Html Css Color HEX #450212 Rustic Red

📋 copy color: '#450212'

red 69 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #450212

Tints of Rustic Red #450212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

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

R = 77.53%
G = 2.25%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#450212 (or 0x450212) is known color: Rustic Red. HEX triplet: 45, 02 and 12. RGB value is (69,2,18). Sum of RGB (Red+Green+Blue) = 69+2+18=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #450212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450212 is #BAFDED. Grayscale: #171717. Windows color (decimal): -12254702 or 1180229. OLE color: 1180229.

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

Color convert

RGB 69 2 18 -
CMYK 0 0.97 0.74 0.73
HSL 345.67º 0.94% 0.14% -
HSV(B) 345.67º 0.97% 0.27% -
XYZ 2.59 1.35 0.7 -
YUV 23.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 69 2 18 0 0.97 0.74 0.73 345.67 0.94 0.14
Hex 45 2 12 0 61 4A 49 15A 5E E
Octal 105 2 22 0 141 112 111 532 136 16
Binary 1000101 10 10010 0 1100001 1001010 1001001 101011010 1011110 1110

Color Harmonies of #450212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450212

Black with #450212

Text Example


Text Example

White with #450212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450212; }

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

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

background-color css

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

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

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

border-color css

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

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

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