Html Css Color HEX #450015 Rustic Red

📋 copy color: '#450015'

red 69 ◦ green 0 ◦ blue 21

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

Shades of Rustic Red #450015

Tints of Rustic Red #450015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.67%
G = 0%
B = 23.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#450015 (or 0x450015) is known color: Rustic Red. HEX triplet: 45, 00 and 15. RGB value is (69,0,21). Sum of RGB (Red+Green+Blue) = 69+0+21=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #450015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450015 is #BAFFEA. Grayscale: #171717. Windows color (decimal): -12255211 or 1376325. OLE color: 1376325.

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

Color convert

RGB 69 0 21 -
CMYK 0 1 0.70 0.73
HSL 341.74º 1% 0.14% -
HSV(B) 341.74º 1% 0.27% -
XYZ 2.59 1.32 0.83 -
YUV 23.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 69 0 21 0 1 0.70 0.73 341.74 1 0.14
Hex 45 0 15 0 64 46 49 156 64 E
Octal 105 0 25 0 144 106 111 526 144 16
Binary 1000101 0 10101 0 1100100 1000110 1001001 101010110 1100100 1110

Color Harmonies of #450015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450015

Black with #450015

Text Example


Text Example

White with #450015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450015; }

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

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

background-color css

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

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

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

border-color css

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

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

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