Html Css Color HEX #550509 Rustic Red

📋 copy color: '#550509'

red 85 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #550509

Tints of Rustic Red #550509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

 BLUE value IS 9 (3.91% from 255) = 9.09%

R = 85.86%
G = 5.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#550509 (or 0x550509) is known color: Rustic Red. HEX triplet: 55, 05 and 09. RGB value is (85,5,9). Sum of RGB (Red+Green+Blue) = 85+5+9=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #550509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550509 is #AAFAF6. Grayscale: #1D1D1D. Windows color (decimal): -11205367 or 591189. OLE color: 591189.

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

Color convert

RGB 85 5 9 -
CMYK 0 0.94 0.89 0.67
HSL 357º 0.89% 0.18% -
HSV(B) 357º 0.94% 0.33% -
XYZ 3.85 2.06 0.45 -
YUV 29.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 85 5 9 0 0.94 0.89 0.67 357 0.89 0.18
Hex 55 5 9 0 5E 59 43 165 59 12
Octal 125 5 11 0 136 131 103 545 131 22
Binary 1010101 101 1001 0 1011110 1011001 1000011 101100101 1011001 10010

Color Harmonies of #550509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550509

Black with #550509

Text Example


Text Example

White with #550509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550509; }

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

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

background-color css

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

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

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

border-color css

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

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

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