#601A15

Color #601A15 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #601A15

Tints of Red Oxide #601A15

Color information

#601A15 (or 0x601A15) is unknown color: approx Red Oxide. HEX triplet: 60, 1A and 15. RGB value is (96,26,21). Sum of RGB (Red+Green+Blue) = 96+26+21=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A15 is #9FE5EA. Grayscale: #2E2E2E. Windows color (decimal): -10479083 or 1383008. OLE color: 1383008.

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

Color convert

RGB962621-
CMYK00.730.780.62
HSL64.1%22.94%-
HSV(B)78.12%37.65%-
XYZ5.333.281.06-
YUV46.36113.69163.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=67.13%
G=18.18%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96262100.730.780.62464.122.94
Hex601A150494E3E44017
Octal1403225011111676410027
Binary11000001101010101010010011001110111110100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #601A15;
 }
 .AnyTagClassName
 {
   color: #601A15;
 }
</style>
background-color css

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

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

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

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

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

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