Html Css Color HEX #60180C Red Oxide

📋 copy color: '#60180C'

red 96 ◦ green 24 ◦ blue 12

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

Shades of Red Oxide #60180C

Tints of Red Oxide #60180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.18%

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

R = 72.73%
G = 18.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#60180C (or 0x60180C) is known color: Red Oxide. HEX triplet: 60, 18 and 0C. RGB value is (96,24,12). Sum of RGB (Red+Green+Blue) = 96+24+12=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60180C is #9FE7F3. Grayscale: #2C2C2C. Windows color (decimal): -10479604 or 792672. OLE color: 792672.

HSL color Cylindrical-coordinate representation of color #60180C: hue angle of 8.57º 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 #60180C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 12 -
CMYK 0 0.75 0.88 0.62
HSL 8.57º 0.78% 0.21% -
HSV(B) 8.57º 0.88% 0.38% -
XYZ 5.22 3.17 0.68 -
YUV 44.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 96 24 12 0 0.75 0.88 0.62 8.57 0.78 0.21
Hex 60 18 C 0 4B 58 3E 9 4E 15
Octal 140 30 14 0 113 130 76 11 116 25
Binary 1100000 11000 1100 0 1001011 1011000 111110 1001 1001110 10101

Color Harmonies of #60180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60180C

Black with #60180C

Text Example


Text Example

White with #60180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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