Html Css Color HEX #550105 Rustic Red

📋 copy color: '#550105'

red 85 ◦ green 1 ◦ blue 5

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

Shades of Rustic Red #550105

Tints of Rustic Red #550105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 93.41%
G = 1.1%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#550105 (or 0x550105) is known color: Rustic Red. HEX triplet: 55, 01 and 05. RGB value is (85,1,5). Sum of RGB (Red+Green+Blue) = 85+1+5=91 (12% of max value = 765). Red value is 85 (33.59% from 255 or 93.41% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 85 - color contains mainly: red. Hex color #550105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550105 is #AAFEFA. Grayscale: #1A1A1A. Windows color (decimal): -11206395 or 328021. OLE color: 328021.

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

Color convert

RGB 85 1 5 -
CMYK 0 0.99 0.94 0.67
HSL 357.14º 0.98% 0.17% -
HSV(B) 357.14º 0.99% 0.33% -
XYZ 3.78 1.96 0.32 -
YUV 26.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 85 1 5 0 0.99 0.94 0.67 357.14 0.98 0.17
Hex 55 1 5 0 63 5E 43 165 62 11
Octal 125 1 5 0 143 136 103 545 142 21
Binary 1010101 1 101 0 1100011 1011110 1000011 101100101 1100010 10001

Color Harmonies of #550105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550105

Black with #550105

Text Example


Text Example

White with #550105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550105; }

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

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

background-color css

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

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

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

border-color css

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

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

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