Html Css Color HEX #451019 Rustic Red

📋 copy color: '#451019'

red 69 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #451019

Tints of Rustic Red #451019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

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

R = 62.73%
G = 14.55%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#451019 (or 0x451019) is known color: Rustic Red. HEX triplet: 45, 10 and 19. RGB value is (69,16,25). Sum of RGB (Red+Green+Blue) = 69+16+25=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #451019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451019 is #BAEFE6. Grayscale: #202020. Windows color (decimal): -12251111 or 1642565. OLE color: 1642565.

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

Color convert

RGB 69 16 25 -
CMYK 0 0.77 0.64 0.73
HSL 349.81º 0.62% 0.17% -
HSV(B) 349.81º 0.77% 0.27% -
XYZ 2.82 1.71 1.1 -
YUV 32.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 69 16 25 0 0.77 0.64 0.73 349.81 0.62 0.17
Hex 45 10 19 0 4D 40 49 15E 3E 11
Octal 105 20 31 0 115 100 111 536 76 21
Binary 1000101 10000 11001 0 1001101 1000000 1001001 101011110 111110 10001

Color Harmonies of #451019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451019

Black with #451019

Text Example


Text Example

White with #451019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451019; }

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

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

background-color css

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

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

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

border-color css

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

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

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