Html Css Color HEX #451215 Rustic Red

📋 copy color: '#451215'

red 69 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #451215

Tints of Rustic Red #451215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.44%

R = 63.89%
G = 16.67%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#451215 (or 0x451215) is known color: Rustic Red. HEX triplet: 45, 12 and 15. RGB value is (69,18,21). Sum of RGB (Red+Green+Blue) = 69+18+21=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #451215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451215 is #BAEDEA. Grayscale: #212121. Windows color (decimal): -12250603 or 1380933. OLE color: 1380933.

HSL color Cylindrical-coordinate representation of color #451215: hue angle of 356.47º 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 #451215 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 18 21 -
CMYK 0 0.74 0.70 0.73
HSL 356.47º 0.59% 0.17% -
HSV(B) 356.47º 0.74% 0.27% -
XYZ 2.81 1.75 0.9 -
YUV 33.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 69 18 21 0 0.74 0.70 0.73 356.47 0.59 0.17
Hex 45 12 15 0 4A 46 49 164 3B 11
Octal 105 22 25 0 112 106 111 544 73 21
Binary 1000101 10010 10101 0 1001010 1000110 1001001 101100100 111011 10001

Color Harmonies of #451215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451215

Black with #451215

Text Example


Text Example

White with #451215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451215; }

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

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

background-color css

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

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

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

border-color css

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

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

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