Html Css Color HEX #3C0B18 Rustic Red

📋 copy color: '#3C0B18'

red 60 ◦ green 11 ◦ blue 24

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

Shades of Rustic Red #3C0B18

Tints of Rustic Red #3C0B18

RGB

 RED value IS 60 (23.83% from 255) = 63.16%

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

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

R = 63.16%
G = 11.58%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3C0B18 (or 0x3C0B18) is known color: Rustic Red. HEX triplet: 3C, 0B and 18. RGB value is (60,11,24). Sum of RGB (Red+Green+Blue) = 60+11+24=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0B18 is #C3F4E7. Grayscale: #1B1B1B. Windows color (decimal): -12842216 or 1575740. OLE color: 1575740.

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

Color convert

RGB 60 11 24 -
CMYK 0 0.82 0.60 0.76
HSL 344.08º 0.69% 0.14% -
HSV(B) 344.08º 0.82% 0.24% -
XYZ 2.15 1.27 1 -
YUV 27.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 60 11 24 0 0.82 0.60 0.76 344.08 0.69 0.14
Hex 3C B 18 0 52 3C 4C 158 45 E
Octal 74 13 30 0 122 74 114 530 105 16
Binary 111100 1011 11000 0 1010010 111100 1001100 101011000 1000101 1110

Color Harmonies of #3C0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0B18

Black with #3C0B18

Text Example


Text Example

White with #3C0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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