Html Css Color HEX #570001 Rustic Red

📋 copy color: '#570001'

red 87 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #570001

Tints of Rustic Red #570001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 98.86%
G = 0%
B = 1.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#570001 (or 0x570001) is known color: Rustic Red. HEX triplet: 57, 00 and 01. RGB value is (87,0,1). Sum of RGB (Red+Green+Blue) = 87+0+1=88 (11% of max value = 765). Red value is 87 (34.38% from 255 or 98.86% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 87 - color contains mainly: red. Hex color #570001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570001 is #A8FFFE. Grayscale: #1A1A1A. Windows color (decimal): -11075583 or 65623. OLE color: 65623.

HSL color Cylindrical-coordinate representation of color #570001: hue angle of 359.31º 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 #570001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 1 -
CMYK 0 1 0.99 0.66
HSL 359.31º 1% 0.17% -
HSV(B) 359.31º 1% 0.34% -
XYZ 3.94 2.03 0.21 -
YUV 26.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 87 0 1 0 1 0.99 0.66 359.31 1 0.17
Hex 57 0 1 0 64 63 42 167 64 11
Octal 127 0 1 0 144 143 102 547 144 21
Binary 1010111 0 1 0 1100100 1100011 1000010 101100111 1100100 10001

Color Harmonies of #570001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570001

Black with #570001

Text Example


Text Example

White with #570001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570001; }

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

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

background-color css

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

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

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

border-color css

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

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

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