Html Css Color HEX #381014 Rustic Red

📋 copy color: '#381014'

red 56 ◦ green 16 ◦ blue 20

#381014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #381014

Tints of Rustic Red #381014

RGB

 RED value IS 56 (22.27% from 255) = 60.87%

 GREEN value IS 16 (6.64% from 255) = 17.39%

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 60.87%
G = 17.39%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381014 (or 0x381014) is known color: Rustic Red. HEX triplet: 38, 10 and 14. RGB value is (56,16,20). Sum of RGB (Red+Green+Blue) = 56+16+20=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381014 is #C7EFEB. Grayscale: #1C1C1C. Windows color (decimal): -13103084 or 1314872. OLE color: 1314872.

HSL color Cylindrical-coordinate representation of color #381014: hue angle of 354º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381014 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 16 20 -
CMYK 0 0.71 0.64 0.78
HSL 354º 0.56% 0.14% -
HSV(B) 354º 0.71% 0.22% -
XYZ 1.94 1.26 0.8 -
YUV 28.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 56 16 20 0 0.71 0.64 0.78 354 0.56 0.14
Hex 38 10 14 0 47 40 4E 162 38 E
Octal 70 20 24 0 107 100 116 542 70 16
Binary 111000 10000 10100 0 1000111 1000000 1001110 101100010 111000 1110

Color Harmonies of #381014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381014

Black with #381014

Text Example


Text Example

White with #381014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381014; }

 p { color: rgb(56,16,20); }

 H1.HeaderClassName
 {
   color: #381014;
 }
 .AnyTagClassName
 {
   color: #381014;
 }
</style>

background-color css

<style>
 a { background-color: #381014; }

 a { background-color: rgb(56,16,20); }

 div.DivClassName
 {
   background-color: #381014;
 }
 .BgClassName
 {
   background-color: #381014;
 }
</style>

border-color css

<style>
 span { border-color: #381014; }

 span { border-color: rgb(56,16,20); }

 td.TdClassName
 {
   border-color: #381014;
 }
 .TagClassName
 {
   border-color: #381014;
 }
</style>