Html Css Color HEX #450112 Rustic Red

📋 copy color: '#450112'

red 69 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #450112

Tints of Rustic Red #450112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 18 (7.42% from 255) = 20.45%

R = 78.41%
G = 1.14%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#450112 (or 0x450112) is known color: Rustic Red. HEX triplet: 45, 01 and 12. RGB value is (69,1,18). Sum of RGB (Red+Green+Blue) = 69+1+18=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #450112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450112 is #BAFEED. Grayscale: #171717. Windows color (decimal): -12254958 or 1179973. OLE color: 1179973.

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

Color convert

RGB 69 1 18 -
CMYK 0 0.99 0.74 0.73
HSL 345º 0.97% 0.14% -
HSV(B) 345º 0.99% 0.27% -
XYZ 2.57 1.33 0.69 -
YUV 23.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 69 1 18 0 0.99 0.74 0.73 345 0.97 0.14
Hex 45 1 12 0 63 4A 49 159 61 E
Octal 105 1 22 0 143 112 111 531 141 16
Binary 1000101 1 10010 0 1100011 1001010 1001001 101011001 1100001 1110

Color Harmonies of #450112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450112

Black with #450112

Text Example


Text Example

White with #450112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450112; }

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

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

background-color css

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

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

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

border-color css

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

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

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