Html Css Color HEX #601204 Red Oxide

📋 copy color: '#601204'

red 96 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #601204

Tints of Red Oxide #601204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.39%

R = 81.36%
G = 15.25%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#601204 (or 0x601204) is known color: Red Oxide. HEX triplet: 60, 12 and 04. RGB value is (96,18,4). Sum of RGB (Red+Green+Blue) = 96+18+4=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #601204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601204 is #9FEDFB. Grayscale: #272727. Windows color (decimal): -10481148 or 266848. OLE color: 266848.

HSL color Cylindrical-coordinate representation of color #601204: hue angle of 9.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601204 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 4 -
CMYK 0 0.81 0.96 0.62
HSL 9.13º 0.92% 0.2% -
HSV(B) 9.13º 0.96% 0.38% -
XYZ 5.06 2.93 0.41 -
YUV 39.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 96 18 4 0 0.81 0.96 0.62 9.13 0.92 0.2
Hex 60 12 4 0 51 60 3E 9 5C 14
Octal 140 22 4 0 121 140 76 11 134 24
Binary 1100000 10010 100 0 1010001 1100000 111110 1001 1011100 10100

Color Harmonies of #601204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601204

Black with #601204

Text Example


Text Example

White with #601204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601204; }

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

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

background-color css

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

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

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

border-color css

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

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

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