#5E1C1A

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

Shades of Red Oxide #5E1C1A

Tints of Red Oxide #5E1C1A

Color information

#5E1C1A (or 0x5E1C1A) is unknown color: approx Red Oxide. HEX triplet: 5E, 1C and 1A. RGB value is (94,28,26). Sum of RGB (Red+Green+Blue) = 94+28+26=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1C1A is #A1E3E5. Grayscale: #2F2F2F. Windows color (decimal): -10609638 or 1711198. OLE color: 1711198.

HSL color Cylindrical-coordinate representation of color #5E1C1A: hue angle of 1.76º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E1C1A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB942826-
CMYK00.700.720.63
HSL1.76º56.67%23.53%-
HSV(B)1.76º72.34%36.86%-
XYZ5.223.281.34-
YUV47.51115.87161.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.51%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=63.51%
G=18.92%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94282600.700.720.631.7656.6723.53
Hex5E1C1A046483F23918
Octal136343201061107727130
Binary101111011100110100100011010010001111111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,28,26); }

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

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

 a { background-color: rgb(94,28,26); }

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

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

 span { border-color: rgb(94,28,26); }

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