Html Css Color HEX #450314 Rustic Red

📋 copy color: '#450314'

red 69 ◦ green 3 ◦ blue 20

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

Shades of Rustic Red #450314

Tints of Rustic Red #450314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 75%
G = 3.26%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#450314 (or 0x450314) is known color: Rustic Red. HEX triplet: 45, 03 and 14. RGB value is (69,3,20). Sum of RGB (Red+Green+Blue) = 69+3+20=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450314 is #BAFCEB. Grayscale: #181818. Windows color (decimal): -12254444 or 1311557. OLE color: 1311557.

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

Color convert

RGB 69 3 20 -
CMYK 0 0.96 0.71 0.73
HSL 344.55º 0.92% 0.14% -
HSV(B) 344.55º 0.96% 0.27% -
XYZ 2.61 1.38 0.79 -
YUV 24.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 69 3 20 0 0.96 0.71 0.73 344.55 0.92 0.14
Hex 45 3 14 0 60 47 49 159 5C E
Octal 105 3 24 0 140 107 111 531 134 16
Binary 1000101 11 10100 0 1100000 1000111 1001001 101011001 1011100 1110

Color Harmonies of #450314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450314

Black with #450314

Text Example


Text Example

White with #450314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450314; }

 p { color: rgb(69,3,20); }

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

background-color css

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

 a { background-color: rgb(69,3,20); }

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

border-color css

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

 span { border-color: rgb(69,3,20); }

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