Html Css Color HEX #49030A Rustic Red

📋 copy color: '#49030A'

red 73 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #49030A

Tints of Rustic Red #49030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 10 (4.3% from 255) = 11.63%

R = 84.88%
G = 3.49%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49030A (or 0x49030A) is known color: Rustic Red. HEX triplet: 49, 03 and 0A. RGB value is (73,3,10). Sum of RGB (Red+Green+Blue) = 73+3+10=86 (11% of max value = 765). Red value is 73 (28.91% from 255 or 84.88% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 73 - color contains mainly: red. Hex color #49030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030A is #B6FCF5. Grayscale: #181818. Windows color (decimal): -11992310 or 656201. OLE color: 656201.

HSL color Cylindrical-coordinate representation of color #49030A: hue angle of 354º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49030A is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 10 -
CMYK 0 0.96 0.86 0.71
HSL 354º 0.92% 0.15% -
HSV(B) 354º 0.96% 0.29% -
XYZ 2.84 1.5 0.43 -
YUV 24.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 73 3 10 0 0.96 0.86 0.71 354 0.92 0.15
Hex 49 3 A 0 60 56 47 162 5C F
Octal 111 3 12 0 140 126 107 542 134 17
Binary 1001001 11 1010 0 1100000 1010110 1000111 101100010 1011100 1111

Color Harmonies of #49030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49030A

Black with #49030A

Text Example


Text Example

White with #49030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49030A; }

 p { color: rgb(73,3,10); }

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

background-color css

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

 a { background-color: rgb(73,3,10); }

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

border-color css

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

 span { border-color: rgb(73,3,10); }

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