Html Css Color HEX #551210 Red Oxide

📋 copy color: '#551210'

red 85 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #551210

Tints of Red Oxide #551210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 71.43%
G = 15.13%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#551210 (or 0x551210) is known color: Red Oxide. HEX triplet: 55, 12 and 10. RGB value is (85,18,16). Sum of RGB (Red+Green+Blue) = 85+18+16=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551210 is #AAEDEF. Grayscale: #252525. Windows color (decimal): -11202032 or 1053269. OLE color: 1053269.

HSL color Cylindrical-coordinate representation of color #551210: hue angle of 1.74º 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 #551210 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 16 -
CMYK 0 0.79 0.81 0.67
HSL 1.74º 0.68% 0.2% -
HSV(B) 1.74º 0.81% 0.33% -
XYZ 4.06 2.4 0.74 -
YUV 37.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 85 18 16 0 0.79 0.81 0.67 1.74 0.68 0.2
Hex 55 12 10 0 4F 51 43 2 44 14
Octal 125 22 20 0 117 121 103 2 104 24
Binary 1010101 10010 10000 0 1001111 1010001 1000011 10 1000100 10100

Color Harmonies of #551210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551210

Black with #551210

Text Example


Text Example

White with #551210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551210; }

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

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

background-color css

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

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

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

border-color css

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

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

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