Html Css Color HEX #451013 Rustic Red

📋 copy color: '#451013'

red 69 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #451013

Tints of Rustic Red #451013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 66.35%
G = 15.38%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#451013 (or 0x451013) is known color: Rustic Red. HEX triplet: 45, 10 and 13. RGB value is (69,16,19). Sum of RGB (Red+Green+Blue) = 69+16+19=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451013 is #BAEFEC. Grayscale: #202020. Windows color (decimal): -12251117 or 1249349. OLE color: 1249349.

HSL color Cylindrical-coordinate representation of color #451013: hue angle of 356.6º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451013 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 16 19 -
CMYK 0 0.77 0.72 0.73
HSL 356.6º 0.62% 0.17% -
HSV(B) 356.6º 0.77% 0.27% -
XYZ 2.76 1.68 0.8 -
YUV 32.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 69 16 19 0 0.77 0.72 0.73 356.6 0.62 0.17
Hex 45 10 13 0 4D 48 49 165 3E 11
Octal 105 20 23 0 115 110 111 545 76 21
Binary 1000101 10000 10011 0 1001101 1001000 1001001 101100101 111110 10001

Color Harmonies of #451013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451013

Black with #451013

Text Example


Text Example

White with #451013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451013; }

 p { color: rgb(69,16,19); }

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

background-color css

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

 a { background-color: rgb(69,16,19); }

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

border-color css

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

 span { border-color: rgb(69,16,19); }

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