Html Css Color HEX #601100 Red Oxide

📋 copy color: '#601100'

red 96 ◦ green 17 ◦ blue 0

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

Shades of Red Oxide #601100

Tints of Red Oxide #601100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.96%
G = 15.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#601100 (or 0x601100) is known color: Red Oxide. HEX triplet: 60, 11 and 00. RGB value is (96,17,0). Sum of RGB (Red+Green+Blue) = 96+17+0=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #601100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601100 is #9FEEFF. Grayscale: #262626. Windows color (decimal): -10481408 or 4448. OLE color: 4448.

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

Color convert

RGB 96 17 0 -
CMYK 0 0.82 1 0.62
HSL 10.63º 1% 0.19% -
HSV(B) 10.63º 1% 0.38% -
XYZ 5.02 2.89 0.29 -
YUV 38.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 96 17 0 0 0.82 1 0.62 10.63 1 0.19
Hex 60 11 0 0 52 64 3E B 64 13
Octal 140 21 0 0 122 144 76 13 144 23
Binary 1100000 10001 0 0 1010010 1100100 111110 1011 1100100 10011

Color Harmonies of #601100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601100

Black with #601100

Text Example


Text Example

White with #601100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601100; }

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

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

background-color css

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

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

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

border-color css

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

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

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