Html Css Color HEX #3C0008 Rustic Red

📋 copy color: '#3C0008'

red 60 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #3C0008

Tints of Rustic Red #3C0008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 11.76%

R = 88.24%
G = 0%
B = 11.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.76

RGB Variations

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

Color information

#3C0008 (or 0x3C0008) is known color: Rustic Red. HEX triplet: 3C, 00 and 08. RGB value is (60,0,8). Sum of RGB (Red+Green+Blue) = 60+0+8=68 (9% of max value = 765). Red value is 60 (23.83% from 255 or 88.24% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0008 is #C3FFF7. Grayscale: #121212. Windows color (decimal): -12845048 or 524348. OLE color: 524348.

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

Color convert

RGB 60 0 8 -
CMYK 0 1 0.87 0.76
HSL 352º 1% 0.12% -
HSV(B) 352º 1% 0.24% -
XYZ 1.91 0.98 0.32 -
YUV 18.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 60 0 8 0 1 0.87 0.76 352 1 0.12
Hex 3C 0 8 0 64 57 4C 160 64 C
Octal 74 0 10 0 144 127 114 540 144 14
Binary 111100 0 1000 0 1100100 1010111 1001100 101100000 1100100 1100

Color Harmonies of #3C0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0008

Black with #3C0008

Text Example


Text Example

White with #3C0008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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