Html Css Color HEX #601801 Red Oxide

📋 copy color: '#601801'

red 96 ◦ green 24 ◦ blue 1

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

Shades of Red Oxide #601801

Tints of Red Oxide #601801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 79.34%
G = 19.83%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#601801 (or 0x601801) is known color: Red Oxide. HEX triplet: 60, 18 and 01. RGB value is (96,24,1). Sum of RGB (Red+Green+Blue) = 96+24+1=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #601801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601801 is #9FE7FE. Grayscale: #2B2B2B. Windows color (decimal): -10479615 or 71776. OLE color: 71776.

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

Color convert

RGB 96 24 1 -
CMYK 0 0.75 0.99 0.62
HSL 14.53º 0.98% 0.19% -
HSV(B) 14.53º 0.99% 0.38% -
XYZ 5.16 3.14 0.36 -
YUV 42.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 96 24 1 0 0.75 0.99 0.62 14.53 0.98 0.19
Hex 60 18 1 0 4B 63 3E F 62 13
Octal 140 30 1 0 113 143 76 17 142 23
Binary 1100000 11000 1 0 1001011 1100011 111110 1111 1100010 10011

Color Harmonies of #601801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601801

Black with #601801

Text Example


Text Example

White with #601801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601801; }

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

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

background-color css

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

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

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

border-color css

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

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

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