Html Css Color HEX #48070B Rustic Red

📋 copy color: '#48070B'

red 72 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #48070B

Tints of Rustic Red #48070B

RGB

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

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

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

R = 80%
G = 7.78%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48070B (or 0x48070B) is known color: Rustic Red. HEX triplet: 48, 07 and 0B. RGB value is (72,7,11). Sum of RGB (Red+Green+Blue) = 72+7+11=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #48070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48070B is #B7F8F4. Grayscale: #1A1A1A. Windows color (decimal): -12056821 or 722760. OLE color: 722760.

HSL color Cylindrical-coordinate representation of color #48070B: hue angle of 356.31º 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 #48070B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 11 -
CMYK 0 0.90 0.85 0.72
HSL 356.31º 0.82% 0.15% -
HSV(B) 356.31º 0.9% 0.28% -
XYZ 2.81 1.55 0.47 -
YUV 26.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 72 7 11 0 0.90 0.85 0.72 356.31 0.82 0.15
Hex 48 7 B 0 5A 55 48 164 52 F
Octal 110 7 13 0 132 125 110 544 122 17
Binary 1001000 111 1011 0 1011010 1010101 1001000 101100100 1010010 1111

Color Harmonies of #48070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48070B

Black with #48070B

Text Example


Text Example

White with #48070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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