Html Css Color HEX #601008 Red Oxide

📋 copy color: '#601008'

red 96 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #601008

Tints of Red Oxide #601008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 80%
G = 13.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#601008 (or 0x601008) is known color: Red Oxide. HEX triplet: 60, 10 and 08. RGB value is (96,16,8). Sum of RGB (Red+Green+Blue) = 96+16+8=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601008 is #9FEFF7. Grayscale: #272727. Windows color (decimal): -10481656 or 528480. OLE color: 528480.

HSL color Cylindrical-coordinate representation of color #601008: hue angle of 5.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #601008 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 8 -
CMYK 0 0.83 0.92 0.62
HSL 5.45º 0.85% 0.2% -
HSV(B) 5.45º 0.92% 0.38% -
XYZ 5.05 2.87 0.52 -
YUV 39.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 96 16 8 0 0.83 0.92 0.62 5.45 0.85 0.2
Hex 60 10 8 0 53 5C 3E 5 55 14
Octal 140 20 10 0 123 134 76 5 125 24
Binary 1100000 10000 1000 0 1010011 1011100 111110 101 1010101 10100

Color Harmonies of #601008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601008

Black with #601008

Text Example


Text Example

White with #601008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601008; }

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

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

background-color css

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

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

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

border-color css

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

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

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