Html Css Color HEX #601901 Red Oxide

📋 copy color: '#601901'

red 96 ◦ green 25 ◦ blue 1

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

Shades of Red Oxide #601901

Tints of Red Oxide #601901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 78.69%
G = 20.49%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#601901 (or 0x601901) is known color: Red Oxide. HEX triplet: 60, 19 and 01. RGB value is (96,25,1). Sum of RGB (Red+Green+Blue) = 96+25+1=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #601901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601901 is #9FE6FE. Grayscale: #2B2B2B. Windows color (decimal): -10479359 or 72032. OLE color: 72032.

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

Color convert

RGB 96 25 1 -
CMYK 0 0.74 0.99 0.62
HSL 15.16º 0.98% 0.19% -
HSV(B) 15.16º 0.99% 0.38% -
XYZ 5.18 3.18 0.37 -
YUV 43.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 96 25 1 0 0.74 0.99 0.62 15.16 0.98 0.19
Hex 60 19 1 0 4A 63 3E F 62 13
Octal 140 31 1 0 112 143 76 17 142 23
Binary 1100000 11001 1 0 1001010 1100011 111110 1111 1100010 10011

Color Harmonies of #601901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601901

Black with #601901

Text Example


Text Example

White with #601901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601901; }

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

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

background-color css

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

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

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

border-color css

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

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

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