Html Css Color HEX #48070A Rustic Red

📋 copy color: '#48070A'

red 72 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #48070A

Tints of Rustic Red #48070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.87%

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

R = 80.9%
G = 7.87%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48070A (or 0x48070A) is known color: Rustic Red. HEX triplet: 48, 07 and 0A. RGB value is (72,7,10). Sum of RGB (Red+Green+Blue) = 72+7+10=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48070A is #B7F8F5. Grayscale: #1A1A1A. Windows color (decimal): -12056822 or 657224. OLE color: 657224.

HSL color Cylindrical-coordinate representation of color #48070A: hue angle of 357.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48070A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 10 -
CMYK 0 0.90 0.86 0.72
HSL 357.23º 0.82% 0.15% -
HSV(B) 357.23º 0.9% 0.28% -
XYZ 2.8 1.55 0.44 -
YUV 26.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 72 7 10 0 0.90 0.86 0.72 357.23 0.82 0.15
Hex 48 7 A 0 5A 56 48 165 52 F
Octal 110 7 12 0 132 126 110 545 122 17
Binary 1001000 111 1010 0 1011010 1010110 1001000 101100101 1010010 1111

Color Harmonies of #48070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48070A

Black with #48070A

Text Example


Text Example

White with #48070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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