Html Css Color HEX #450211 Rustic Red

📋 copy color: '#450211'

red 69 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #450211

Tints of Rustic Red #450211

RGB

 RED value IS 69 (27.34% from 255) = 78.41%

 GREEN value IS 2 (1.17% from 255) = 2.27%

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 78.41%
G = 2.27%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#450211 (or 0x450211) is known color: Rustic Red. HEX triplet: 45, 02 and 11. RGB value is (69,2,17). Sum of RGB (Red+Green+Blue) = 69+2+17=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #450211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450211 is #BAFDEE. Grayscale: #171717. Windows color (decimal): -12254703 or 1114693. OLE color: 1114693.

HSL color Cylindrical-coordinate representation of color #450211: hue angle of 346.57º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450211 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 2 17 -
CMYK 0 0.97 0.75 0.73
HSL 346.57º 0.94% 0.14% -
HSV(B) 346.57º 0.97% 0.27% -
XYZ 2.58 1.35 0.65 -
YUV 23.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 69 2 17 0 0.97 0.75 0.73 346.57 0.94 0.14
Hex 45 2 11 0 61 4B 49 15B 5E E
Octal 105 2 21 0 141 113 111 533 136 16
Binary 1000101 10 10001 0 1100001 1001011 1001001 101011011 1011110 1110

Color Harmonies of #450211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450211

Black with #450211

Text Example


Text Example

White with #450211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450211; }

 p { color: rgb(69,2,17); }

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

background-color css

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

 a { background-color: rgb(69,2,17); }

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

border-color css

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

 span { border-color: rgb(69,2,17); }

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