Html Css Color HEX #55090A Rustic Red

📋 copy color: '#55090A'

red 85 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #55090A

Tints of Rustic Red #55090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 81.73%
G = 8.65%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#55090A (or 0x55090A) is known color: Rustic Red. HEX triplet: 55, 09 and 0A. RGB value is (85,9,10). Sum of RGB (Red+Green+Blue) = 85+9+10=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #55090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55090A is #AAF6F5. Grayscale: #1F1F1F. Windows color (decimal): -11204342 or 657749. OLE color: 657749.

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

Color convert

RGB 85 9 10 -
CMYK 0 0.89 0.88 0.67
HSL 359.21º 0.81% 0.18% -
HSV(B) 359.21º 0.89% 0.33% -
XYZ 3.9 2.15 0.5 -
YUV 31.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 85 9 10 0 0.89 0.88 0.67 359.21 0.81 0.18
Hex 55 9 A 0 59 58 43 167 51 12
Octal 125 11 12 0 131 130 103 547 121 22
Binary 1010101 1001 1010 0 1011001 1011000 1000011 101100111 1010001 10010

Color Harmonies of #55090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55090A

Black with #55090A

Text Example


Text Example

White with #55090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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