Html Css Color HEX #3C080C Rustic Red

📋 copy color: '#3C080C'

red 60 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #3C080C

Tints of Rustic Red #3C080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10%

 BLUE value IS 12 (5.08% from 255) = 15%

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3C080C (or 0x3C080C) is known color: Rustic Red. HEX triplet: 3C, 08 and 0C. RGB value is (60,8,12). Sum of RGB (Red+Green+Blue) = 60+8+12=80 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 60 - color contains mainly: red. Hex color #3C080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C080C is #C3F7F3. Grayscale: #181818. Windows color (decimal): -12842996 or 788540. OLE color: 788540.

HSL color Cylindrical-coordinate representation of color #3C080C: hue angle of 355.38º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C080C is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 8 12 -
CMYK 0 0.87 0.80 0.76
HSL 355.38º 0.76% 0.13% -
HSV(B) 355.38º 0.87% 0.24% -
XYZ 2.02 1.16 0.47 -
YUV 24 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 60 8 12 0 0.87 0.80 0.76 355.38 0.76 0.13
Hex 3C 8 C 0 57 50 4C 163 4C D
Octal 74 10 14 0 127 120 114 543 114 15
Binary 111100 1000 1100 0 1010111 1010000 1001100 101100011 1001100 1101

Color Harmonies of #3C080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C080C

Black with #3C080C

Text Example


Text Example

White with #3C080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,12); }

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

background-color css

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

 a { background-color: rgb(60,8,12); }

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

border-color css

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

 span { border-color: rgb(60,8,12); }

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