Html Css Color HEX #450209 Rustic Red

📋 copy color: '#450209'

red 69 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #450209

Tints of Rustic Red #450209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.25%

R = 86.25%
G = 2.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#450209 (or 0x450209) is known color: Rustic Red. HEX triplet: 45, 02 and 09. RGB value is (69,2,9). Sum of RGB (Red+Green+Blue) = 69+2+9=80 (10% of max value = 765). Red value is 69 (27.34% from 255 or 86.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 69 - color contains mainly: red. Hex color #450209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450209 is #BAFDF6. Grayscale: #161616. Windows color (decimal): -12254711 or 590405. OLE color: 590405.

HSL color Cylindrical-coordinate representation of color #450209: hue angle of 353.73º 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 #450209 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 2 9 -
CMYK 0 0.97 0.87 0.73
HSL 353.73º 0.94% 0.14% -
HSV(B) 353.73º 0.97% 0.27% -
XYZ 2.53 1.33 0.38 -
YUV 22.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 69 2 9 0 0.97 0.87 0.73 353.73 0.94 0.14
Hex 45 2 9 0 61 57 49 162 5E E
Octal 105 2 11 0 141 127 111 542 136 16
Binary 1000101 10 1001 0 1100001 1010111 1001001 101100010 1011110 1110

Color Harmonies of #450209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450209

Black with #450209

Text Example


Text Example

White with #450209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450209; }

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

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

background-color css

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

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

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

border-color css

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

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

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