Html Css Color HEX #570508 Rustic Red

📋 copy color: '#570508'

red 87 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #570508

Tints of Rustic Red #570508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 8 (3.52% from 255) = 8%

R = 87%
G = 5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#570508 (or 0x570508) is known color: Rustic Red. HEX triplet: 57, 05 and 08. RGB value is (87,5,8). Sum of RGB (Red+Green+Blue) = 87+5+8=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570508 is #A8FAF7. Grayscale: #1D1D1D. Windows color (decimal): -11074296 or 525655. OLE color: 525655.

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

Color convert

RGB 87 5 8 -
CMYK 0 0.94 0.91 0.66
HSL 357.8º 0.89% 0.18% -
HSV(B) 357.8º 0.94% 0.34% -
XYZ 4.03 2.15 0.43 -
YUV 29.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 87 5 8 0 0.94 0.91 0.66 357.8 0.89 0.18
Hex 57 5 8 0 5E 5B 42 166 59 12
Octal 127 5 10 0 136 133 102 546 131 22
Binary 1010111 101 1000 0 1011110 1011011 1000010 101100110 1011001 10010

Color Harmonies of #570508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570508

Black with #570508

Text Example


Text Example

White with #570508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570508; }

 p { color: rgb(87,5,8); }

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

background-color css

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

 a { background-color: rgb(87,5,8); }

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

border-color css

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

 span { border-color: rgb(87,5,8); }

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