Html Css Color HEX #450D15 Rustic Red

📋 copy color: '#450D15'

red 69 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #450D15

Tints of Rustic Red #450D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.62%

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

R = 66.99%
G = 12.62%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#450D15 (or 0x450D15) is known color: Rustic Red. HEX triplet: 45, 0D and 15. RGB value is (69,13,21). Sum of RGB (Red+Green+Blue) = 69+13+21=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #450D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D15 is #BAF2EA. Grayscale: #1E1E1E. Windows color (decimal): -12251883 or 1379653. OLE color: 1379653.

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

Color convert

RGB 69 13 21 -
CMYK 0 0.81 0.70 0.73
HSL 351.43º 0.68% 0.16% -
HSV(B) 351.43º 0.81% 0.27% -
XYZ 2.73 1.61 0.88 -
YUV 30.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 69 13 21 0 0.81 0.70 0.73 351.43 0.68 0.16
Hex 45 D 15 0 51 46 49 15F 44 10
Octal 105 15 25 0 121 106 111 537 104 20
Binary 1000101 1101 10101 0 1010001 1000110 1001001 101011111 1000100 10000

Color Harmonies of #450D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D15

Black with #450D15

Text Example


Text Example

White with #450D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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