Html Css Color HEX #450609 Rustic Red

📋 copy color: '#450609'

red 69 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #450609

Tints of Rustic Red #450609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.14%

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

R = 82.14%
G = 7.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#450609 (or 0x450609) is known color: Rustic Red. HEX triplet: 45, 06 and 09. RGB value is (69,6,9). Sum of RGB (Red+Green+Blue) = 69+6+9=84 (11% of max value = 765). Red value is 69 (27.34% from 255 or 82.14% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 69 - color contains mainly: red. Hex color #450609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450609 is #BAF9F6. Grayscale: #191919. Windows color (decimal): -12253687 or 591429. OLE color: 591429.

HSL color Cylindrical-coordinate representation of color #450609: hue angle of 357.14º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450609 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 6 9 -
CMYK 0 0.91 0.87 0.73
HSL 357.14º 0.84% 0.15% -
HSV(B) 357.14º 0.91% 0.27% -
XYZ 2.57 1.42 0.4 -
YUV 25.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 69 6 9 0 0.91 0.87 0.73 357.14 0.84 0.15
Hex 45 6 9 0 5B 57 49 165 54 F
Octal 105 6 11 0 133 127 111 545 124 17
Binary 1000101 110 1001 0 1011011 1010111 1001001 101100101 1010100 1111

Color Harmonies of #450609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450609

Black with #450609

Text Example


Text Example

White with #450609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450609; }

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

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

background-color css

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

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

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

border-color css

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

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

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