Html Css Color HEX #49030C Rustic Red

📋 copy color: '#49030C'

red 73 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #49030C

Tints of Rustic Red #49030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.64%

R = 82.95%
G = 3.41%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49030C (or 0x49030C) is known color: Rustic Red. HEX triplet: 49, 03 and 0C. RGB value is (73,3,12). Sum of RGB (Red+Green+Blue) = 73+3+12=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030C is #B6FCF3. Grayscale: #181818. Windows color (decimal): -11992308 or 787273. OLE color: 787273.

HSL color Cylindrical-coordinate representation of color #49030C: hue angle of 352.29º 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 #49030C is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 12 -
CMYK 0 0.96 0.84 0.71
HSL 352.29º 0.92% 0.15% -
HSV(B) 352.29º 0.96% 0.29% -
XYZ 2.85 1.51 0.49 -
YUV 24.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 73 3 12 0 0.96 0.84 0.71 352.29 0.92 0.15
Hex 49 3 C 0 60 54 47 160 5C F
Octal 111 3 14 0 140 124 107 540 134 17
Binary 1001001 11 1100 0 1100000 1010100 1000111 101100000 1011100 1111

Color Harmonies of #49030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49030C

Black with #49030C

Text Example


Text Example

White with #49030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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