Html Css Color HEX #601205 Red Oxide

📋 copy color: '#601205'

red 96 ◦ green 18 ◦ blue 5

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

Shades of Red Oxide #601205

Tints of Red Oxide #601205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 80.67%
G = 15.13%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#601205 (or 0x601205) is known color: Red Oxide. HEX triplet: 60, 12 and 05. RGB value is (96,18,5). Sum of RGB (Red+Green+Blue) = 96+18+5=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #601205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601205 is #9FEDFA. Grayscale: #272727. Windows color (decimal): -10481147 or 332384. OLE color: 332384.

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

Color convert

RGB 96 18 5 -
CMYK 0 0.81 0.95 0.62
HSL 8.57º 0.9% 0.2% -
HSV(B) 8.57º 0.95% 0.38% -
XYZ 5.07 2.93 0.44 -
YUV 39.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 96 18 5 0 0.81 0.95 0.62 8.57 0.9 0.2
Hex 60 12 5 0 51 5F 3E 9 5A 14
Octal 140 22 5 0 121 137 76 11 132 24
Binary 1100000 10010 101 0 1010001 1011111 111110 1001 1011010 10100

Color Harmonies of #601205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601205

Black with #601205

Text Example


Text Example

White with #601205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601205; }

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

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

background-color css

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

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

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

border-color css

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

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

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