Html Css Color HEX #3E0B18 Rustic Red

📋 copy color: '#3E0B18'

red 62 ◦ green 11 ◦ blue 24

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

Shades of Rustic Red #3E0B18

Tints of Rustic Red #3E0B18

RGB

 RED value IS 62 (24.61% from 255) = 63.92%

 GREEN value IS 11 (4.69% from 255) = 11.34%

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 63.92%
G = 11.34%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#3E0B18 (or 0x3E0B18) is known color: Rustic Red. HEX triplet: 3E, 0B and 18. RGB value is (62,11,24). Sum of RGB (Red+Green+Blue) = 62+11+24=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B18 is #C1F4E7. Grayscale: #1B1B1B. Windows color (decimal): -12711144 or 1575742. OLE color: 1575742.

HSL color Cylindrical-coordinate representation of color #3E0B18: hue angle of 344.71º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B18 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 11 24 -
CMYK 0 0.82 0.61 0.76
HSL 344.71º 0.7% 0.14% -
HSV(B) 344.71º 0.82% 0.24% -
XYZ 2.27 1.33 1 -
YUV 27.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 62 11 24 0 0.82 0.61 0.76 344.71 0.7 0.14
Hex 3E B 18 0 52 3D 4C 159 46 E
Octal 76 13 30 0 122 75 114 531 106 16
Binary 111110 1011 11000 0 1010010 111101 1001100 101011001 1000110 1110

Color Harmonies of #3E0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0B18

Black with #3E0B18

Text Example


Text Example

White with #3E0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0B18; }

 p { color: rgb(62,11,24); }

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

background-color css

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

 a { background-color: rgb(62,11,24); }

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

border-color css

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

 span { border-color: rgb(62,11,24); }

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