Html Css Color HEX #48070D Rustic Red

📋 copy color: '#48070D'

red 72 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #48070D

Tints of Rustic Red #48070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 78.26%
G = 7.61%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48070D (or 0x48070D) is known color: Rustic Red. HEX triplet: 48, 07 and 0D. RGB value is (72,7,13). Sum of RGB (Red+Green+Blue) = 72+7+13=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #48070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48070D is #B7F8F2. Grayscale: #1B1B1B. Windows color (decimal): -12056819 or 853832. OLE color: 853832.

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

Color convert

RGB 72 7 13 -
CMYK 0 0.90 0.82 0.72
HSL 354.46º 0.82% 0.15% -
HSV(B) 354.46º 0.9% 0.28% -
XYZ 2.82 1.56 0.53 -
YUV 27.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 72 7 13 0 0.90 0.82 0.72 354.46 0.82 0.15
Hex 48 7 D 0 5A 52 48 162 52 F
Octal 110 7 15 0 132 122 110 542 122 17
Binary 1001000 111 1101 0 1011010 1010010 1001000 101100010 1010010 1111

Color Harmonies of #48070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48070D

Black with #48070D

Text Example


Text Example

White with #48070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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