Html Css Color HEX #550B05 Red Oxide

📋 copy color: '#550B05'

red 85 ◦ green 11 ◦ blue 5

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

Shades of Red Oxide #550B05

Tints of Red Oxide #550B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.89%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 84.16%
G = 10.89%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#550B05 (or 0x550B05) is known color: Red Oxide. HEX triplet: 55, 0B and 05. RGB value is (85,11,5). Sum of RGB (Red+Green+Blue) = 85+11+5=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #550B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B05 is #AAF4FA. Grayscale: #202020. Windows color (decimal): -11203835 or 330581. OLE color: 330581.

HSL color Cylindrical-coordinate representation of color #550B05: hue angle of 4.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550B05 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 11 5 -
CMYK 0 0.87 0.94 0.67
HSL 4.5º 0.89% 0.18% -
HSV(B) 4.5º 0.94% 0.33% -
XYZ 3.89 2.18 0.36 -
YUV 32.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 85 11 5 0 0.87 0.94 0.67 4.5 0.89 0.18
Hex 55 B 5 0 57 5E 43 4 59 12
Octal 125 13 5 0 127 136 103 4 131 22
Binary 1010101 1011 101 0 1010111 1011110 1000011 100 1011001 10010

Color Harmonies of #550B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B05

Black with #550B05

Text Example


Text Example

White with #550B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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