Html Css Color HEX #601903 Red Oxide

📋 copy color: '#601903'

red 96 ◦ green 25 ◦ blue 3

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

Shades of Red Oxide #601903

Tints of Red Oxide #601903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.42%

R = 77.42%
G = 20.16%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#601903 (or 0x601903) is known color: Red Oxide. HEX triplet: 60, 19 and 03. RGB value is (96,25,3). Sum of RGB (Red+Green+Blue) = 96+25+3=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #601903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601903 is #9FE6FC. Grayscale: #2B2B2B. Windows color (decimal): -10479357 or 203104. OLE color: 203104.

HSL color Cylindrical-coordinate representation of color #601903: hue angle of 14.19º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #601903 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 3 -
CMYK 0 0.74 0.97 0.62
HSL 14.19º 0.94% 0.19% -
HSV(B) 14.19º 0.97% 0.38% -
XYZ 5.19 3.19 0.43 -
YUV 43.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 96 25 3 0 0.74 0.97 0.62 14.19 0.94 0.19
Hex 60 19 3 0 4A 61 3E E 5E 13
Octal 140 31 3 0 112 141 76 16 136 23
Binary 1100000 11001 11 0 1001010 1100001 111110 1110 1011110 10011

Color Harmonies of #601903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601903

Black with #601903

Text Example


Text Example

White with #601903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601903; }

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

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

background-color css

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

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

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

border-color css

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

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

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