Html Css Color HEX #450411 Rustic Red

📋 copy color: '#450411'

red 69 ◦ green 4 ◦ blue 17

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

Shades of Rustic Red #450411

Tints of Rustic Red #450411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

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

R = 76.67%
G = 4.44%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#450411 (or 0x450411) is known color: Rustic Red. HEX triplet: 45, 04 and 11. RGB value is (69,4,17). Sum of RGB (Red+Green+Blue) = 69+4+17=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #450411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450411 is #BAFBEE. Grayscale: #181818. Windows color (decimal): -12254191 or 1115205. OLE color: 1115205.

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

Color convert

RGB 69 4 17 -
CMYK 0 0.94 0.75 0.73
HSL 348º 0.89% 0.14% -
HSV(B) 348º 0.94% 0.27% -
XYZ 2.6 1.39 0.66 -
YUV 24.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 69 4 17 0 0.94 0.75 0.73 348 0.89 0.14
Hex 45 4 11 0 5E 4B 49 15C 59 E
Octal 105 4 21 0 136 113 111 534 131 16
Binary 1000101 100 10001 0 1011110 1001011 1001001 101011100 1011001 1110

Color Harmonies of #450411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450411

Black with #450411

Text Example


Text Example

White with #450411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450411; }

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

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

background-color css

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

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

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

border-color css

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

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

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