Html Css Color HEX #451219 Rustic Red

📋 copy color: '#451219'

red 69 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #451219

Tints of Rustic Red #451219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

 BLUE value IS 25 (10.16% from 255) = 22.32%

R = 61.61%
G = 16.07%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#451219 (or 0x451219) is known color: Rustic Red. HEX triplet: 45, 12 and 19. RGB value is (69,18,25). Sum of RGB (Red+Green+Blue) = 69+18+25=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #451219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451219 is #BAEDE6. Grayscale: #222222. Windows color (decimal): -12250599 or 1643077. OLE color: 1643077.

HSL color Cylindrical-coordinate representation of color #451219: hue angle of 351.76º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451219 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 18 25 -
CMYK 0 0.74 0.64 0.73
HSL 351.76º 0.59% 0.17% -
HSV(B) 351.76º 0.74% 0.27% -
XYZ 2.85 1.77 1.11 -
YUV 34.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 69 18 25 0 0.74 0.64 0.73 351.76 0.59 0.17
Hex 45 12 19 0 4A 40 49 160 3B 11
Octal 105 22 31 0 112 100 111 540 73 21
Binary 1000101 10010 11001 0 1001010 1000000 1001001 101100000 111011 10001

Color Harmonies of #451219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451219

Black with #451219

Text Example


Text Example

White with #451219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451219; }

 p { color: rgb(69,18,25); }

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

background-color css

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

 a { background-color: rgb(69,18,25); }

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

border-color css

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

 span { border-color: rgb(69,18,25); }

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