Html Css Color HEX #601A16 Red Oxide

📋 copy color: '#601A16'

red 96 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #601A16

Tints of Red Oxide #601A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

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

R = 66.67%
G = 18.06%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601A16 (or 0x601A16) is known color: Red Oxide. HEX triplet: 60, 1A and 16. RGB value is (96,26,22). Sum of RGB (Red+Green+Blue) = 96+26+22=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A16 is #9FE5E9. Grayscale: #2E2E2E. Windows color (decimal): -10479082 or 1448544. OLE color: 1448544.

HSL color Cylindrical-coordinate representation of color #601A16: hue angle of 3.24º 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 #601A16 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 22 -
CMYK 0 0.73 0.77 0.62
HSL 3.24º 0.63% 0.23% -
HSV(B) 3.24º 0.77% 0.38% -
XYZ 5.34 3.28 1.11 -
YUV 46.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 96 26 22 0 0.73 0.77 0.62 3.24 0.63 0.23
Hex 60 1A 16 0 49 4D 3E 3 3F 17
Octal 140 32 26 0 111 115 76 3 77 27
Binary 1100000 11010 10110 0 1001001 1001101 111110 11 111111 10111

Color Harmonies of #601A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A16

Black with #601A16

Text Example


Text Example

White with #601A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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