Html Css Color HEX #48090A Rustic Red

📋 copy color: '#48090A'

red 72 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #48090A

Tints of Rustic Red #48090A

RGB

 RED value IS 72 (28.52% from 255) = 79.12%

 GREEN value IS 9 (3.91% from 255) = 9.89%

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

R = 79.12%
G = 9.89%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48090A (or 0x48090A) is known color: Rustic Red. HEX triplet: 48, 09 and 0A. RGB value is (72,9,10). Sum of RGB (Red+Green+Blue) = 72+9+10=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48090A is #B7F6F5. Grayscale: #1C1C1C. Windows color (decimal): -12056310 or 657736. OLE color: 657736.

HSL color Cylindrical-coordinate representation of color #48090A: hue angle of 359.05º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48090A is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 10 -
CMYK 0 0.88 0.86 0.72
HSL 359.05º 0.78% 0.16% -
HSV(B) 359.05º 0.88% 0.28% -
XYZ 2.82 1.6 0.45 -
YUV 27.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 72 9 10 0 0.88 0.86 0.72 359.05 0.78 0.16
Hex 48 9 A 0 58 56 48 167 4E 10
Octal 110 11 12 0 130 126 110 547 116 20
Binary 1001000 1001 1010 0 1011000 1010110 1001000 101100111 1001110 10000

Color Harmonies of #48090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48090A

Black with #48090A

Text Example


Text Example

White with #48090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,9,10); }

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

background-color css

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

 a { background-color: rgb(72,9,10); }

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

border-color css

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

 span { border-color: rgb(72,9,10); }

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