Html Css Color HEX #57100D Red Oxide

📋 copy color: '#57100D'

red 87 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #57100D

Tints of Red Oxide #57100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 75%
G = 13.79%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57100D (or 0x57100D) is known color: Red Oxide. HEX triplet: 57, 10 and 0D. RGB value is (87,16,13). Sum of RGB (Red+Green+Blue) = 87+16+13=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #57100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57100D is #A8EFF2. Grayscale: #242424. Windows color (decimal): -11071475 or 856151. OLE color: 856151.

HSL color Cylindrical-coordinate representation of color #57100D: hue angle of 2.43º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57100D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 13 -
CMYK 0 0.82 0.85 0.66
HSL 2.43º 0.74% 0.2% -
HSV(B) 2.43º 0.85% 0.34% -
XYZ 4.19 2.43 0.63 -
YUV 36.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 87 16 13 0 0.82 0.85 0.66 2.43 0.74 0.2
Hex 57 10 D 0 52 55 42 2 4A 14
Octal 127 20 15 0 122 125 102 2 112 24
Binary 1010111 10000 1101 0 1010010 1010101 1000010 10 1001010 10100

Color Harmonies of #57100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57100D

Black with #57100D

Text Example


Text Example

White with #57100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57100D; }

 p { color: rgb(87,16,13); }

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

background-color css

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

 a { background-color: rgb(87,16,13); }

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

border-color css

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

 span { border-color: rgb(87,16,13); }

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