Html Css Color HEX #450816 Rustic Red

📋 copy color: '#450816'

red 69 ◦ green 8 ◦ blue 22

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

Shades of Rustic Red #450816

Tints of Rustic Red #450816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.08%

 BLUE value IS 22 (8.98% from 255) = 22.22%

R = 69.7%
G = 8.08%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#450816 (or 0x450816) is known color: Rustic Red. HEX triplet: 45, 08 and 16. RGB value is (69,8,22). Sum of RGB (Red+Green+Blue) = 69+8+22=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #450816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450816 is #BAF7E9. Grayscale: #1B1B1B. Windows color (decimal): -12253162 or 1443909. OLE color: 1443909.

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

Color convert

RGB 69 8 22 -
CMYK 0 0.88 0.68 0.73
HSL 346.23º 0.79% 0.15% -
HSV(B) 346.23º 0.88% 0.27% -
XYZ 2.69 1.5 0.91 -
YUV 27.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 69 8 22 0 0.88 0.68 0.73 346.23 0.79 0.15
Hex 45 8 16 0 58 44 49 15A 4F F
Octal 105 10 26 0 130 104 111 532 117 17
Binary 1000101 1000 10110 0 1011000 1000100 1001001 101011010 1001111 1111

Color Harmonies of #450816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450816

Black with #450816

Text Example


Text Example

White with #450816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450816; }

 p { color: rgb(69,8,22); }

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

background-color css

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

 a { background-color: rgb(69,8,22); }

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

border-color css

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

 span { border-color: rgb(69,8,22); }

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