Html Css Color HEX #571502 Red Oxide

📋 copy color: '#571502'

red 87 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #571502

Tints of Red Oxide #571502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 79.09%
G = 19.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#571502 (or 0x571502) is known color: Red Oxide. HEX triplet: 57, 15 and 02. RGB value is (87,21,2). Sum of RGB (Red+Green+Blue) = 87+21+2=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #571502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571502 is #A8EAFD. Grayscale: #262626. Windows color (decimal): -11070206 or 136535. OLE color: 136535.

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

Color convert

RGB 87 21 2 -
CMYK 0 0.76 0.98 0.66
HSL 13.41º 0.96% 0.17% -
HSV(B) 13.41º 0.98% 0.34% -
XYZ 4.21 2.57 0.33 -
YUV 38.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 87 21 2 0 0.76 0.98 0.66 13.41 0.96 0.17
Hex 57 15 2 0 4C 62 42 D 60 11
Octal 127 25 2 0 114 142 102 15 140 21
Binary 1010111 10101 10 0 1001100 1100010 1000010 1101 1100000 10001

Color Harmonies of #571502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571502

Black with #571502

Text Example


Text Example

White with #571502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571502; }

 p { color: rgb(87,21,2); }

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

background-color css

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

 a { background-color: rgb(87,21,2); }

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

border-color css

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

 span { border-color: rgb(87,21,2); }

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