Html Css Color HEX #55100B Red Oxide

📋 copy color: '#55100B'

red 85 ◦ green 16 ◦ blue 11

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

Shades of Red Oxide #55100B

Tints of Red Oxide #55100B

RGB

 RED value IS 85 (33.59% from 255) = 75.89%

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

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

R = 75.89%
G = 14.29%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55100B (or 0x55100B) is known color: Red Oxide. HEX triplet: 55, 10 and 0B. RGB value is (85,16,11). Sum of RGB (Red+Green+Blue) = 85+16+11=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #55100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55100B is #AAEFF4. Grayscale: #242424. Windows color (decimal): -11202549 or 725077. OLE color: 725077.

HSL color Cylindrical-coordinate representation of color #55100B: hue angle of 4.05º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55100B is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 11 -
CMYK 0 0.81 0.87 0.67
HSL 4.05º 0.77% 0.19% -
HSV(B) 4.05º 0.87% 0.33% -
XYZ 3.99 2.33 0.56 -
YUV 36.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 85 16 11 0 0.81 0.87 0.67 4.05 0.77 0.19
Hex 55 10 B 0 51 57 43 4 4D 13
Octal 125 20 13 0 121 127 103 4 115 23
Binary 1010101 10000 1011 0 1010001 1010111 1000011 100 1001101 10011

Color Harmonies of #55100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55100B

Black with #55100B

Text Example


Text Example

White with #55100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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