Html Css Color HEX #550002 Rustic Red

📋 copy color: '#550002'

red 85 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #550002

Tints of Rustic Red #550002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 2.3%

R = 97.7%
G = 0%
B = 2.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#550002 (or 0x550002) is known color: Rustic Red. HEX triplet: 55, 00 and 02. RGB value is (85,0,2). Sum of RGB (Red+Green+Blue) = 85+0+2=87 (11% of max value = 765). Red value is 85 (33.59% from 255 or 97.70% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 85 - color contains mainly: red. Hex color #550002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550002 is #AAFFFD. Grayscale: #191919. Windows color (decimal): -11206654 or 131157. OLE color: 131157.

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

Color convert

RGB 85 0 2 -
CMYK 0 1 0.98 0.67
HSL 358.59º 1% 0.17% -
HSV(B) 358.59º 1% 0.33% -
XYZ 3.76 1.94 0.23 -
YUV 25.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 85 0 2 0 1 0.98 0.67 358.59 1 0.17
Hex 55 0 2 0 64 62 43 167 64 11
Octal 125 0 2 0 144 142 103 547 144 21
Binary 1010101 0 10 0 1100100 1100010 1000011 101100111 1100100 10001

Color Harmonies of #550002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550002

Black with #550002

Text Example


Text Example

White with #550002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550002; }

 p { color: rgb(85,0,2); }

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

background-color css

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

 a { background-color: rgb(85,0,2); }

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

border-color css

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

 span { border-color: rgb(85,0,2); }

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