Html Css Color HEX #550104 Rustic Red

📋 copy color: '#550104'

red 85 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #550104

Tints of Rustic Red #550104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.44%

R = 94.44%
G = 1.11%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#550104 (or 0x550104) is known color: Rustic Red. HEX triplet: 55, 01 and 04. RGB value is (85,1,4). Sum of RGB (Red+Green+Blue) = 85+1+4=90 (11% of max value = 765). Red value is 85 (33.59% from 255 or 94.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 85 - color contains mainly: red. Hex color #550104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550104 is #AAFEFB. Grayscale: #1A1A1A. Windows color (decimal): -11206396 or 262485. OLE color: 262485.

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

Color convert

RGB 85 1 4 -
CMYK 0 0.99 0.95 0.67
HSL 357.86º 0.98% 0.17% -
HSV(B) 357.86º 0.99% 0.33% -
XYZ 3.78 1.96 0.29 -
YUV 26.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 85 1 4 0 0.99 0.95 0.67 357.86 0.98 0.17
Hex 55 1 4 0 63 5F 43 166 62 11
Octal 125 1 4 0 143 137 103 546 142 21
Binary 1010101 1 100 0 1100011 1011111 1000011 101100110 1100010 10001

Color Harmonies of #550104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550104

Black with #550104

Text Example


Text Example

White with #550104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550104; }

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

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

background-color css

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

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

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

border-color css

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

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

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