#601A0F

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

Shades of Red Oxide #601A0F

Tints of Red Oxide #601A0F

Color information

#601A0F (or 0x601A0F) is unknown color: approx Red Oxide. HEX triplet: 60, 1A and 0F. RGB value is (96,26,15). Sum of RGB (Red+Green+Blue) = 96+26+15=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A0F is #9FE5F0. Grayscale: #2D2D2D. Windows color (decimal): -10479089 or 989792. OLE color: 989792.

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

Color convert

RGB962615-
CMYK00.730.840.62
HSL8.15º72.97%21.76%-
HSV(B)8.15º84.38%37.65%-
XYZ5.283.260.8-
YUV45.68110.69163.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=70.07%
G=18.98%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96261500.730.840.628.1572.9721.76
Hex601AF049543E84916
Octal14032170111124761011126
Binary11000001101011110100100110101001111101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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