Html Css Color HEX #570003 Rustic Red

📋 copy color: '#570003'

red 87 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #570003

Tints of Rustic Red #570003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.67%
G = 0%
B = 3.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#570003 (or 0x570003) is known color: Rustic Red. HEX triplet: 57, 00 and 03. RGB value is (87,0,3). Sum of RGB (Red+Green+Blue) = 87+0+3=90 (11% of max value = 765). Red value is 87 (34.38% from 255 or 96.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 87 - color contains mainly: red. Hex color #570003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570003 is #A8FFFC. Grayscale: #1A1A1A. Windows color (decimal): -11075581 or 196695. OLE color: 196695.

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

Color convert

RGB 87 0 3 -
CMYK 0 1 0.97 0.66
HSL 357.93º 1% 0.17% -
HSV(B) 357.93º 1% 0.34% -
XYZ 3.95 2.03 0.27 -
YUV 26.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 87 0 3 0 1 0.97 0.66 357.93 1 0.17
Hex 57 0 3 0 64 61 42 166 64 11
Octal 127 0 3 0 144 141 102 546 144 21
Binary 1010111 0 11 0 1100100 1100001 1000010 101100110 1100100 10001

Color Harmonies of #570003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570003

Black with #570003

Text Example


Text Example

White with #570003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570003; }

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

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

background-color css

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

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

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

border-color css

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

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

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