Html Css Color HEX #450412 Rustic Red

📋 copy color: '#450412'

red 69 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #450412

Tints of Rustic Red #450412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

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

R = 75.82%
G = 4.4%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#450412 (or 0x450412) is known color: Rustic Red. HEX triplet: 45, 04 and 12. RGB value is (69,4,18). Sum of RGB (Red+Green+Blue) = 69+4+18=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450412 is #BAFBED. Grayscale: #191919. Windows color (decimal): -12254190 or 1180741. OLE color: 1180741.

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

Color convert

RGB 69 4 18 -
CMYK 0 0.94 0.74 0.73
HSL 347.08º 0.89% 0.14% -
HSV(B) 347.08º 0.94% 0.27% -
XYZ 2.61 1.4 0.7 -
YUV 25.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 69 4 18 0 0.94 0.74 0.73 347.08 0.89 0.14
Hex 45 4 12 0 5E 4A 49 15B 59 E
Octal 105 4 22 0 136 112 111 533 131 16
Binary 1000101 100 10010 0 1011110 1001010 1001001 101011011 1011001 1110

Color Harmonies of #450412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450412

Black with #450412

Text Example


Text Example

White with #450412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450412; }

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

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

background-color css

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

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

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

border-color css

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

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

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