Html Css Color HEX #600C02 Red Oxide

📋 copy color: '#600C02'

red 96 ◦ green 12 ◦ blue 2

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

Shades of Red Oxide #600C02

Tints of Red Oxide #600C02

RGB

 RED value IS 96 (37.89% from 255) = 87.27%

 GREEN value IS 12 (5.08% from 255) = 10.91%

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 87.27%
G = 10.91%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600C02 (or 0x600C02) is known color: Red Oxide. HEX triplet: 60, 0C and 02. RGB value is (96,12,2). Sum of RGB (Red+Green+Blue) = 96+12+2=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #600C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C02 is #9FF3FD. Grayscale: #242424. Windows color (decimal): -10482686 or 134240. OLE color: 134240.

HSL color Cylindrical-coordinate representation of color #600C02: hue angle of 6.38º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600C02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 2 -
CMYK 0 0.88 0.98 0.62
HSL 6.38º 0.96% 0.19% -
HSV(B) 6.38º 0.98% 0.38% -
XYZ 4.97 2.75 0.33 -
YUV 35.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 96 12 2 0 0.88 0.98 0.62 6.38 0.96 0.19
Hex 60 C 2 0 58 62 3E 6 60 13
Octal 140 14 2 0 130 142 76 6 140 23
Binary 1100000 1100 10 0 1011000 1100010 111110 110 1100000 10011

Color Harmonies of #600C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C02

Black with #600C02

Text Example


Text Example

White with #600C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600C02; }

 p { color: rgb(96,12,2); }

 H1.HeaderClassName
 {
   color: #600C02;
 }
 .AnyTagClassName
 {
   color: #600C02;
 }
</style>

background-color css

<style>
 a { background-color: #600C02; }

 a { background-color: rgb(96,12,2); }

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

border-color css

<style>
 span { border-color: #600C02; }

 span { border-color: rgb(96,12,2); }

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