Html Css Color HEX #60120C Red Oxide

📋 copy color: '#60120C'

red 96 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #60120C

Tints of Red Oxide #60120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.29%

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

R = 76.19%
G = 14.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#60120C (or 0x60120C) is known color: Red Oxide. HEX triplet: 60, 12 and 0C. RGB value is (96,18,12). Sum of RGB (Red+Green+Blue) = 96+18+12=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60120C is #9FEDF3. Grayscale: #282828. Windows color (decimal): -10481140 or 791136. OLE color: 791136.

HSL color Cylindrical-coordinate representation of color #60120C: hue angle of 4.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60120C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 12 -
CMYK 0 0.81 0.88 0.62
HSL 4.29º 0.78% 0.21% -
HSV(B) 4.29º 0.88% 0.38% -
XYZ 5.11 2.95 0.65 -
YUV 40.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 96 18 12 0 0.81 0.88 0.62 4.29 0.78 0.21
Hex 60 12 C 0 51 58 3E 4 4E 15
Octal 140 22 14 0 121 130 76 4 116 25
Binary 1100000 10010 1100 0 1010001 1011000 111110 100 1001110 10101

Color Harmonies of #60120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60120C

Black with #60120C

Text Example


Text Example

White with #60120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60120C; }

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

 H1.HeaderClassName
 {
   color: #60120C;
 }
 .AnyTagClassName
 {
   color: #60120C;
 }
</style>

background-color css

<style>
 a { background-color: #60120C; }

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

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

border-color css

<style>
 span { border-color: #60120C; }

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

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