Html Css Color HEX #570A03 Red Oxide

📋 copy color: '#570A03'

red 87 ◦ green 10 ◦ blue 3

#570A03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #570A03

Tints of Red Oxide #570A03

RGB

 RED value IS 87 (34.38% from 255) = 87%

 GREEN value IS 10 (4.3% from 255) = 10%

 BLUE value IS 3 (1.56% from 255) = 3%

R = 87%
G = 10%
B = 3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#570A03 (or 0x570A03) is known color: Red Oxide. HEX triplet: 57, 0A and 03. RGB value is (87,10,3). Sum of RGB (Red+Green+Blue) = 87+10+3=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A03 is #A8F5FC. Grayscale: #202020. Windows color (decimal): -11073021 or 199255. OLE color: 199255.

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

Color convert

RGB 87 10 3 -
CMYK 0 0.89 0.97 0.66
HSL 0.93% 0.18% -
HSV(B) 0.97% 0.34% -
XYZ 4.06 2.25 0.31 -
YUV 32.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 87 10 3 0 0.89 0.97 0.66 5 0.93 0.18
Hex 57 A 3 0 59 61 42 5 5D 12
Octal 127 12 3 0 131 141 102 5 135 22
Binary 1010111 1010 11 0 1011001 1100001 1000010 101 1011101 10010

Color Harmonies of #570A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A03

Black with #570A03

Text Example


Text Example

White with #570A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #570A03;
 }
 .AnyTagClassName
 {
   color: #570A03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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