Html Css Color HEX #601902 Red Oxide

📋 copy color: '#601902'

red 96 ◦ green 25 ◦ blue 2

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

Shades of Red Oxide #601902

Tints of Red Oxide #601902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

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

R = 78.05%
G = 20.33%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#601902 (or 0x601902) is known color: Red Oxide. HEX triplet: 60, 19 and 02. RGB value is (96,25,2). Sum of RGB (Red+Green+Blue) = 96+25+2=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601902 is #9FE6FD. Grayscale: #2B2B2B. Windows color (decimal): -10479358 or 137568. OLE color: 137568.

HSL color Cylindrical-coordinate representation of color #601902: hue angle of 14.68º 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 #601902 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 2 -
CMYK 0 0.74 0.98 0.62
HSL 14.68º 0.96% 0.19% -
HSV(B) 14.68º 0.98% 0.38% -
XYZ 5.18 3.19 0.4 -
YUV 43.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 96 25 2 0 0.74 0.98 0.62 14.68 0.96 0.19
Hex 60 19 2 0 4A 62 3E F 60 13
Octal 140 31 2 0 112 142 76 17 140 23
Binary 1100000 11001 10 0 1001010 1100010 111110 1111 1100000 10011

Color Harmonies of #601902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601902

Black with #601902

Text Example


Text Example

White with #601902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601902; }

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

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

background-color css

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

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

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

border-color css

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

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

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