Html Css Color HEX #3E0B15 Rustic Red

📋 copy color: '#3E0B15'

red 62 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #3E0B15

Tints of Rustic Red #3E0B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 65.96%
G = 11.7%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3E0B15 (or 0x3E0B15) is known color: Rustic Red. HEX triplet: 3E, 0B and 15. RGB value is (62,11,21). Sum of RGB (Red+Green+Blue) = 62+11+21=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B15 is #C1F4EA. Grayscale: #1B1B1B. Windows color (decimal): -12711147 or 1379134. OLE color: 1379134.

HSL color Cylindrical-coordinate representation of color #3E0B15: hue angle of 348.24º 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 #3E0B15 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 11 21 -
CMYK 0 0.82 0.66 0.76
HSL 348.24º 0.7% 0.14% -
HSV(B) 348.24º 0.82% 0.24% -
XYZ 2.24 1.32 0.85 -
YUV 27.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 62 11 21 0 0.82 0.66 0.76 348.24 0.7 0.14
Hex 3E B 15 0 52 42 4C 15C 46 E
Octal 76 13 25 0 122 102 114 534 106 16
Binary 111110 1011 10101 0 1010010 1000010 1001100 101011100 1000110 1110

Color Harmonies of #3E0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0B15

Black with #3E0B15

Text Example


Text Example

White with #3E0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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