Html Css Color HEX #550106 Rustic Red

📋 copy color: '#550106'

red 85 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #550106

Tints of Rustic Red #550106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.52%

R = 92.39%
G = 1.09%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#550106 (or 0x550106) is known color: Rustic Red. HEX triplet: 55, 01 and 06. RGB value is (85,1,6). Sum of RGB (Red+Green+Blue) = 85+1+6=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550106 is #AAFEF9. Grayscale: #1A1A1A. Windows color (decimal): -11206394 or 393557. OLE color: 393557.

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

Color convert

RGB 85 1 6 -
CMYK 0 0.99 0.93 0.67
HSL 356.43º 0.98% 0.17% -
HSV(B) 356.43º 0.99% 0.33% -
XYZ 3.79 1.97 0.35 -
YUV 26.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 85 1 6 0 0.99 0.93 0.67 356.43 0.98 0.17
Hex 55 1 6 0 63 5D 43 164 62 11
Octal 125 1 6 0 143 135 103 544 142 21
Binary 1010101 1 110 0 1100011 1011101 1000011 101100100 1100010 10001

Color Harmonies of #550106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550106

Black with #550106

Text Example


Text Example

White with #550106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550106; }

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

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

background-color css

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

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

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

border-color css

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

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

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