#5C1A06

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

Shades of Red Oxide #5C1A06

Tints of Red Oxide #5C1A06

Color information

#5C1A06 (or 0x5C1A06) is unknown color: approx Red Oxide. HEX triplet: 5C, 1A and 06. RGB value is (92,26,6). Sum of RGB (Red+Green+Blue) = 92+26+6=124 (16% of max value = 765). Red value is 92 (36.33% from 255 or 74.19% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1A06 is #A3E5F9. Grayscale: #2B2B2B. Windows color (decimal): -10741242 or 399964. OLE color: 399964.

HSL color Cylindrical-coordinate representation of color #5C1A06: hue angle of 13.95º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C1A06 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB92266-
CMYK00.720.930.64
HSL13.95º87.76%19.22%-
HSV(B)13.95º93.48%36.08%-
XYZ4.823.030.5-
YUV43.45106.87162.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 74.19%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=74.19%
G=20.97%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9226600.720.930.6413.9587.7619.22
Hex5C1A60485D40e5813
Octal13432601101351001613023
Binary10111001101011001001000101110110000001110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C1A06; }

 p { color: rgb(92,26,6); }

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

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

 a { background-color: rgb(92,26,6); }

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

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

 span { border-color: rgb(92,26,6); }

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