Html Css Color HEX #450001 Rustic Red

📋 copy color: '#450001'

red 69 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #450001

Tints of Rustic Red #450001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.43%

R = 98.57%
G = 0%
B = 1.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#450001 (or 0x450001) is known color: Rustic Red. HEX triplet: 45, 00 and 01. RGB value is (69,0,1). Sum of RGB (Red+Green+Blue) = 69+0+1=70 (9% of max value = 765). Red value is 69 (27.34% from 255 or 98.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 69 - color contains mainly: red. Hex color #450001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450001 is #BAFFFE. Grayscale: #141414. Windows color (decimal): -12255231 or 65605. OLE color: 65605.

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

Color convert

RGB 69 0 1 -
CMYK 0 1 0.99 0.73
HSL 359.13º 1% 0.14% -
HSV(B) 359.13º 1% 0.27% -
XYZ 2.46 1.27 0.14 -
YUV 20.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 69 0 1 0 1 0.99 0.73 359.13 1 0.14
Hex 45 0 1 0 64 63 49 167 64 E
Octal 105 0 1 0 144 143 111 547 144 16
Binary 1000101 0 1 0 1100100 1100011 1001001 101100111 1100100 1110

Color Harmonies of #450001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450001

Black with #450001

Text Example


Text Example

White with #450001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450001; }

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

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

background-color css

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

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

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

border-color css

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

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

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