#570B0A

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

Shades of Red Oxide #570B0A

Tints of Red Oxide #570B0A

Color information

#570B0A (or 0x570B0A) is unknown color: approx Red Oxide. HEX triplet: 57, 0B and 0A. RGB value is (87,11,10). Sum of RGB (Red+Green+Blue) = 87+11+10=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B0A is #A8F4F5. Grayscale: #212121. Windows color (decimal): -11072758 or 658263. OLE color: 658263.

HSL color Cylindrical-coordinate representation of color #570B0A: hue angle of 0.78º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570B0A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB871110-
CMYK00.870.890.66
HSL0.78º79.38%19.02%-
HSV(B)0.78º88.51%34.12%-
XYZ4.12.290.51-
YUV33.61114.68166.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=80.56%
G=10.19%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87111000.870.890.660.7879.3819.02
Hex57BA057594214f13
Octal12713120127131102111723
Binary10101111011101001010111101100110000101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570B0A; }

 p { color: rgb(87,11,10); }

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

<style>
 a { background-color: #570B0A; }

 a { background-color: rgb(87,11,10); }

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

<style>
 span { border-color: #570B0A; }

 span { border-color: rgb(87,11,10); }

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