Html Css Color HEX #57130A Red Oxide

📋 copy color: '#57130A'

red 87 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #57130A

Tints of Red Oxide #57130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

 BLUE value IS 10 (4.3% from 255) = 8.62%

R = 75%
G = 16.38%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57130A (or 0x57130A) is known color: Red Oxide. HEX triplet: 57, 13 and 0A. RGB value is (87,19,10). Sum of RGB (Red+Green+Blue) = 87+19+10=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #57130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57130A is #A8ECF5. Grayscale: #262626. Windows color (decimal): -11070710 or 660311. OLE color: 660311.

HSL color Cylindrical-coordinate representation of color #57130A: hue angle of 7.01º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57130A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 10 -
CMYK 0 0.78 0.89 0.66
HSL 7.01º 0.79% 0.19% -
HSV(B) 7.01º 0.89% 0.34% -
XYZ 4.22 2.51 0.55 -
YUV 38.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 87 19 10 0 0.78 0.89 0.66 7.01 0.79 0.19
Hex 57 13 A 0 4E 59 42 7 4F 13
Octal 127 23 12 0 116 131 102 7 117 23
Binary 1010111 10011 1010 0 1001110 1011001 1000010 111 1001111 10011

Color Harmonies of #57130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57130A

Black with #57130A

Text Example


Text Example

White with #57130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57130A; }

 p { color: rgb(87,19,10); }

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

background-color css

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

 a { background-color: rgb(87,19,10); }

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

border-color css

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

 span { border-color: rgb(87,19,10); }

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