Html Css Color HEX #550307 Rustic Red

📋 copy color: '#550307'

red 85 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #550307

Tints of Rustic Red #550307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

 BLUE value IS 7 (3.13% from 255) = 7.37%

R = 89.47%
G = 3.16%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#550307 (or 0x550307) is known color: Rustic Red. HEX triplet: 55, 03 and 07. RGB value is (85,3,7). Sum of RGB (Red+Green+Blue) = 85+3+7=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550307 is #AAFCF8. Grayscale: #1C1C1C. Windows color (decimal): -11205881 or 459605. OLE color: 459605.

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

Color convert

RGB 85 3 7 -
CMYK 0 0.96 0.92 0.67
HSL 357.07º 0.93% 0.17% -
HSV(B) 357.07º 0.96% 0.33% -
XYZ 3.82 2.01 0.39 -
YUV 27.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 85 3 7 0 0.96 0.92 0.67 357.07 0.93 0.17
Hex 55 3 7 0 60 5C 43 165 5D 11
Octal 125 3 7 0 140 134 103 545 135 21
Binary 1010101 11 111 0 1100000 1011100 1000011 101100101 1011101 10001

Color Harmonies of #550307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550307

Black with #550307

Text Example


Text Example

White with #550307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550307; }

 p { color: rgb(85,3,7); }

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

background-color css

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

 a { background-color: rgb(85,3,7); }

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

border-color css

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

 span { border-color: rgb(85,3,7); }

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