Html Css Color HEX #551100 Red Oxide

📋 copy color: '#551100'

red 85 ◦ green 17 ◦ blue 0

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

Shades of Red Oxide #551100

Tints of Red Oxide #551100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#551100 (or 0x551100) is known color: Red Oxide. HEX triplet: 55, 11 and 00. RGB value is (85,17,0). Sum of RGB (Red+Green+Blue) = 85+17+0=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #551100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551100 is #AAEEFF. Grayscale: #232323. Windows color (decimal): -11202304 or 4437. OLE color: 4437.

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

Color convert

RGB 85 17 0 -
CMYK 0 0.80 1 0.67
HSL 12º 1% 0.17% -
HSV(B) 12º 1% 0.33% -
XYZ 3.95 2.33 0.24 -
YUV 35.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 85 17 0 0 0.80 1 0.67 12 1 0.17
Hex 55 11 0 0 50 64 43 C 64 11
Octal 125 21 0 0 120 144 103 14 144 21
Binary 1010101 10001 0 0 1010000 1100100 1000011 1100 1100100 10001

Color Harmonies of #551100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551100

Black with #551100

Text Example


Text Example

White with #551100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551100; }

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

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

background-color css

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

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

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

border-color css

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

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

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