Html Css Color HEX #4A080B Rustic Red

📋 copy color: '#4A080B'

red 74 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #4A080B

Tints of Rustic Red #4A080B

RGB

 RED value IS 74 (29.3% from 255) = 79.57%

 GREEN value IS 8 (3.52% from 255) = 8.6%

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 79.57%
G = 8.6%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4A080B (or 0x4A080B) is known color: Rustic Red. HEX triplet: 4A, 08 and 0B. RGB value is (74,8,11). Sum of RGB (Red+Green+Blue) = 74+8+11=93 (12% of max value = 765). Red value is 74 (29.30% from 255 or 79.57% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 74 - color contains mainly: red. Hex color #4A080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A080B is #B5F7F4. Grayscale: #1C1C1C. Windows color (decimal): -11925493 or 723018. OLE color: 723018.

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

Color convert

RGB 74 8 11 -
CMYK 0 0.89 0.85 0.71
HSL 357.27º 0.8% 0.16% -
HSV(B) 357.27º 0.89% 0.29% -
XYZ 2.97 1.65 0.48 -
YUV 28.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 74 8 11 0 0.89 0.85 0.71 357.27 0.8 0.16
Hex 4A 8 B 0 59 55 47 165 50 10
Octal 112 10 13 0 131 125 107 545 120 20
Binary 1001010 1000 1011 0 1011001 1010101 1000111 101100101 1010000 10000

Color Harmonies of #4A080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A080B

Black with #4A080B

Text Example


Text Example

White with #4A080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A080B; }

 p { color: rgb(74,8,11); }

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

background-color css

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

 a { background-color: rgb(74,8,11); }

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

border-color css

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

 span { border-color: rgb(74,8,11); }

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