#5A1B0D

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

Shades of Red Oxide #5A1B0D

Tints of Red Oxide #5A1B0D

Color information

#5A1B0D (or 0x5A1B0D) is unknown color: approx Red Oxide. HEX triplet: 5A, 1B and 0D. RGB value is (90,27,13). Sum of RGB (Red+Green+Blue) = 90+27+13=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1B0D is #A5E4F2. Grayscale: #2C2C2C. Windows color (decimal): -10872051 or 858970. OLE color: 858970.

HSL color Cylindrical-coordinate representation of color #5A1B0D: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1B0D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB902713-
CMYK00.700.860.65
HSL10.91º74.76%20.2%-
HSV(B)10.91º85.56%35.29%-
XYZ4.682.990.71-
YUV44.24110.37160.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.23%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 13 (5.47% from 255) = 10%
R=69.23%
G=20.77%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90271300.700.860.6510.9174.7620.2
Hex5A1BD0465641b4b14
Octal132331501061261011311324
Binary101101011011110101000110101011010000011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,27,13); }

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

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

 a { background-color: rgb(90,27,13); }

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

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

 span { border-color: rgb(90,27,13); }

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