Html Css Color HEX #601B16 Red Oxide

📋 copy color: '#601B16'

red 96 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #601B16

Tints of Red Oxide #601B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 66.21%
G = 18.62%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601B16 (or 0x601B16) is known color: Red Oxide. HEX triplet: 60, 1B and 16. RGB value is (96,27,22). Sum of RGB (Red+Green+Blue) = 96+27+22=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #601B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B16 is #9FE4E9. Grayscale: #2F2F2F. Windows color (decimal): -10478826 or 1448800. OLE color: 1448800.

HSL color Cylindrical-coordinate representation of color #601B16: hue angle of 4.05º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601B16 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 27 22 -
CMYK 0 0.72 0.77 0.62
HSL 4.05º 0.63% 0.23% -
HSV(B) 4.05º 0.77% 0.38% -
XYZ 5.36 3.33 1.12 -
YUV 47.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 96 27 22 0 0.72 0.77 0.62 4.05 0.63 0.23
Hex 60 1B 16 0 48 4D 3E 4 3F 17
Octal 140 33 26 0 110 115 76 4 77 27
Binary 1100000 11011 10110 0 1001000 1001101 111110 100 111111 10111

Color Harmonies of #601B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B16

Black with #601B16

Text Example


Text Example

White with #601B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601B16; }

 p { color: rgb(96,27,22); }

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

background-color css

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

 a { background-color: rgb(96,27,22); }

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

border-color css

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

 span { border-color: rgb(96,27,22); }

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