Html Css Color HEX #601101 Red Oxide

📋 copy color: '#601101'

red 96 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #601101

Tints of Red Oxide #601101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

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

R = 84.21%
G = 14.91%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#601101 (or 0x601101) is known color: Red Oxide. HEX triplet: 60, 11 and 01. RGB value is (96,17,1). Sum of RGB (Red+Green+Blue) = 96+17+1=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #601101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601101 is #9FEEFE. Grayscale: #262626. Windows color (decimal): -10481407 or 69984. OLE color: 69984.

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

Color convert

RGB 96 17 1 -
CMYK 0 0.82 0.99 0.62
HSL 10.11º 0.98% 0.19% -
HSV(B) 10.11º 0.99% 0.38% -
XYZ 5.03 2.89 0.32 -
YUV 38.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 96 17 1 0 0.82 0.99 0.62 10.11 0.98 0.19
Hex 60 11 1 0 52 63 3E A 62 13
Octal 140 21 1 0 122 143 76 12 142 23
Binary 1100000 10001 1 0 1010010 1100011 111110 1010 1100010 10011

Color Harmonies of #601101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601101

Black with #601101

Text Example


Text Example

White with #601101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601101; }

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

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

background-color css

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

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

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

border-color css

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

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

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