Html Css Color HEX #601000 Red Oxide

📋 copy color: '#601000'

red 96 ◦ green 16 ◦ blue 0

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

Shades of Red Oxide #601000

Tints of Red Oxide #601000

RGB

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

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

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

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#601000 (or 0x601000) is known color: Red Oxide. HEX triplet: 60, 10 and 00. RGB value is (96,16,0). Sum of RGB (Red+Green+Blue) = 96+16+0=112 (14% of max value = 765). Red value is 96 (37.89% from 255 or 85.71% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 96 - color contains mainly: red. Hex color #601000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601000 is #9FEFFF. Grayscale: #262626. Windows color (decimal): -10481664 or 4192. OLE color: 4192.

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

Color convert

RGB 96 16 0 -
CMYK 0 0.83 1 0.62
HSL 10º 1% 0.19% -
HSV(B) 10º 1% 0.38% -
XYZ 5.01 2.86 0.29 -
YUV 38.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 96 16 0 0 0.83 1 0.62 10 1 0.19
Hex 60 10 0 0 53 64 3E A 64 13
Octal 140 20 0 0 123 144 76 12 144 23
Binary 1100000 10000 0 0 1010011 1100100 111110 1010 1100100 10011

Color Harmonies of #601000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601000

Black with #601000

Text Example


Text Example

White with #601000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601000; }

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

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

background-color css

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

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

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

border-color css

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

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

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