Html Css Color HEX #551110 Red Oxide

📋 copy color: '#551110'

red 85 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #551110

Tints of Red Oxide #551110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 72.03%
G = 14.41%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#551110 (or 0x551110) is known color: Red Oxide. HEX triplet: 55, 11 and 10. RGB value is (85,17,16). Sum of RGB (Red+Green+Blue) = 85+17+16=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551110 is #AAEEEF. Grayscale: #252525. Windows color (decimal): -11202288 or 1053013. OLE color: 1053013.

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

Color convert

RGB 85 17 16 -
CMYK 0 0.80 0.81 0.67
HSL 0.87º 0.68% 0.2% -
HSV(B) 0.87º 0.81% 0.33% -
XYZ 4.04 2.37 0.73 -
YUV 37.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 85 17 16 0 0.80 0.81 0.67 0.87 0.68 0.2
Hex 55 11 10 0 50 51 43 1 44 14
Octal 125 21 20 0 120 121 103 1 104 24
Binary 1010101 10001 10000 0 1010000 1010001 1000011 1 1000100 10100

Color Harmonies of #551110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551110

Black with #551110

Text Example


Text Example

White with #551110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551110; }

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

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

background-color css

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

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

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

border-color css

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

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

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