Html Css Color HEX #601001 Red Oxide

📋 copy color: '#601001'

red 96 ◦ green 16 ◦ blue 1

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

Shades of Red Oxide #601001

Tints of Red Oxide #601001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

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

R = 84.96%
G = 14.16%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#601001 (or 0x601001) is known color: Red Oxide. HEX triplet: 60, 10 and 01. RGB value is (96,16,1). Sum of RGB (Red+Green+Blue) = 96+16+1=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #601001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601001 is #9FEFFE. Grayscale: #262626. Windows color (decimal): -10481663 or 69728. OLE color: 69728.

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

Color convert

RGB 96 16 1 -
CMYK 0 0.83 0.99 0.62
HSL 9.47º 0.98% 0.19% -
HSV(B) 9.47º 0.99% 0.38% -
XYZ 5.01 2.86 0.32 -
YUV 38.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 96 16 1 0 0.83 0.99 0.62 9.47 0.98 0.19
Hex 60 10 1 0 53 63 3E 9 62 13
Octal 140 20 1 0 123 143 76 11 142 23
Binary 1100000 10000 1 0 1010011 1100011 111110 1001 1100010 10011

Color Harmonies of #601001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601001

Black with #601001

Text Example


Text Example

White with #601001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601001; }

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

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

background-color css

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

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

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

border-color css

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

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

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