Html Css Color HEX #570504 Red Oxide

📋 copy color: '#570504'

red 87 ◦ green 5 ◦ blue 4

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

Shades of Red Oxide #570504

Tints of Red Oxide #570504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.17%

R = 90.63%
G = 5.21%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#570504 (or 0x570504) is known color: Red Oxide. HEX triplet: 57, 05 and 04. RGB value is (87,5,4). Sum of RGB (Red+Green+Blue) = 87+5+4=96 (12% of max value = 765). Red value is 87 (34.38% from 255 or 90.62% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 87 - color contains mainly: red. Hex color #570504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570504 is #A8FAFB. Grayscale: #1D1D1D. Windows color (decimal): -11074300 or 263511. OLE color: 263511.

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

Color convert

RGB 87 5 4 -
CMYK 0 0.94 0.95 0.66
HSL 0.72º 0.91% 0.18% -
HSV(B) 0.72º 0.95% 0.34% -
XYZ 4.01 2.14 0.32 -
YUV 29.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 87 5 4 0 0.94 0.95 0.66 0.72 0.91 0.18
Hex 57 5 4 0 5E 5F 42 1 5B 12
Octal 127 5 4 0 136 137 102 1 133 22
Binary 1010111 101 100 0 1011110 1011111 1000010 1 1011011 10010

Color Harmonies of #570504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570504

Black with #570504

Text Example


Text Example

White with #570504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570504; }

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

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

background-color css

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

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

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

border-color css

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

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

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