#450309

Color #450309 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #450309

Tints of Rustic Red #450309

Color information

#450309 (or 0x450309) is unknown color: approx Rustic Red. HEX triplet: 45, 03 and 09. RGB value is (69,3,9). Sum of RGB (Red+Green+Blue) = 69+3+9=81 (10% of max value = 765). Red value is 69 (27.34% from 255 or 85.19% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 69 - color contains mainly: red. Hex color #450309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450309 is #BAFCF6. Grayscale: #171717. Windows color (decimal): -12254455 or 590661. OLE color: 590661.

HSL color Cylindrical-coordinate representation of color #450309: hue angle of 354.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 #450309 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB6939-
CMYK00.960.870.73
HSL354.55º91.67%14.12%-
HSV(B)354.55º95.65%27.06%-
XYZ2.541.350.39-
YUV23.42119.87160.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 85.19%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=85.19%
G=3.70%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal693900.960.870.73354.5591.6714.12
Hex453906057491635ce
Octal105311014012711154313416
Binary1000101111001011000001010111100100110110001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450309; }

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

 H1.HeaderClassName
 {
   color: #450309;
 }
 .AnyTagClassName
 {
   color: #450309;
 }
</style>
background-color css

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

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

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

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

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

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