#450002

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

Shades of Rustic Red #450002

Tints of Rustic Red #450002

Color information

#450002 (or 0x450002) is unknown color: approx Rustic Red. HEX triplet: 45, 00 and 02. RGB value is (69,0,2). Sum of RGB (Red+Green+Blue) = 69+0+2=71 (9% of max value = 765). Red value is 69 (27.34% from 255 or 97.18% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 69 - color contains mainly: red. Hex color #450002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450002 is #BAFFFD. Grayscale: #141414. Windows color (decimal): -12255230 or 131141. OLE color: 131141.

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

Color convert

RGB6902-
CMYK010.970.73
HSL358.26º100%13.53%-
HSV(B)358.26º100%27.06%-
XYZ2.471.270.17-
YUV20.86117.36162.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 97.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=97.18%
G=0%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6902010.970.73358.2610013.53
Hex4502064614916664e
Octal10502014414111154614416
Binary1000101010011001001100001100100110110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450002; }

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

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

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

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

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

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

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

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