Html Css Color HEX #55180B Red Oxide

📋 copy color: '#55180B'

red 85 ◦ green 24 ◦ blue 11

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

Shades of Red Oxide #55180B

Tints of Red Oxide #55180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

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

R = 70.83%
G = 20%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55180B (or 0x55180B) is known color: Red Oxide. HEX triplet: 55, 18 and 0B. RGB value is (85,24,11). Sum of RGB (Red+Green+Blue) = 85+24+11=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55180B is #AAE7F4. Grayscale: #282828. Windows color (decimal): -11200501 or 727125. OLE color: 727125.

HSL color Cylindrical-coordinate representation of color #55180B: hue angle of 10.54º 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 #55180B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 11 -
CMYK 0 0.72 0.87 0.67
HSL 10.54º 0.77% 0.19% -
HSV(B) 10.54º 0.87% 0.33% -
XYZ 4.13 2.61 0.6 -
YUV 40.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 85 24 11 0 0.72 0.87 0.67 10.54 0.77 0.19
Hex 55 18 B 0 48 57 43 B 4D 13
Octal 125 30 13 0 110 127 103 13 115 23
Binary 1010101 11000 1011 0 1001000 1010111 1000011 1011 1001101 10011

Color Harmonies of #55180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55180B

Black with #55180B

Text Example


Text Example

White with #55180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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