Html Css Color HEX #490B15 Rustic Red

📋 copy color: '#490B15'

red 73 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #490B15

Tints of Rustic Red #490B15

RGB

 RED value IS 73 (28.91% from 255) = 69.52%

 GREEN value IS 11 (4.69% from 255) = 10.48%

 BLUE value IS 21 (8.59% from 255) = 20%

R = 69.52%
G = 10.48%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#490B15 (or 0x490B15) is known color: Rustic Red. HEX triplet: 49, 0B and 15. RGB value is (73,11,21). Sum of RGB (Red+Green+Blue) = 73+11+21=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #490B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B15 is #B6F4EA. Grayscale: #1E1E1E. Windows color (decimal): -11990251 or 1379145. OLE color: 1379145.

HSL color Cylindrical-coordinate representation of color #490B15: hue angle of 350.32º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B15 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 11 21 -
CMYK 0 0.85 0.71 0.71
HSL 350.32º 0.74% 0.16% -
HSV(B) 350.32º 0.85% 0.29% -
XYZ 3 1.71 0.88 -
YUV 30.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 73 11 21 0 0.85 0.71 0.71 350.32 0.74 0.16
Hex 49 B 15 0 55 47 47 15E 4A 10
Octal 111 13 25 0 125 107 107 536 112 20
Binary 1001001 1011 10101 0 1010101 1000111 1000111 101011110 1001010 10000

Color Harmonies of #490B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B15

Black with #490B15

Text Example


Text Example

White with #490B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B15; }

 p { color: rgb(73,11,21); }

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

background-color css

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

 a { background-color: rgb(73,11,21); }

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

border-color css

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

 span { border-color: rgb(73,11,21); }

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