Html Css Color HEX #57100B Red Oxide

📋 copy color: '#57100B'

red 87 ◦ green 16 ◦ blue 11

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

Shades of Red Oxide #57100B

Tints of Red Oxide #57100B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.65%

R = 76.32%
G = 14.04%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57100B (or 0x57100B) is known color: Red Oxide. HEX triplet: 57, 10 and 0B. RGB value is (87,16,11). Sum of RGB (Red+Green+Blue) = 87+16+11=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #57100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57100B is #A8EFF4. Grayscale: #242424. Windows color (decimal): -11071477 or 725079. OLE color: 725079.

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

Color convert

RGB 87 16 11 -
CMYK 0 0.82 0.87 0.66
HSL 3.95º 0.78% 0.19% -
HSV(B) 3.95º 0.87% 0.34% -
XYZ 4.18 2.42 0.56 -
YUV 36.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 87 16 11 0 0.82 0.87 0.66 3.95 0.78 0.19
Hex 57 10 B 0 52 57 42 4 4E 13
Octal 127 20 13 0 122 127 102 4 116 23
Binary 1010111 10000 1011 0 1010010 1010111 1000010 100 1001110 10011

Color Harmonies of #57100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57100B

Black with #57100B

Text Example


Text Example

White with #57100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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