Html Css Color HEX #48010D Rustic Red

📋 copy color: '#48010D'

red 72 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #48010D

Tints of Rustic Red #48010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.16%

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

R = 83.72%
G = 1.16%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48010D (or 0x48010D) is known color: Rustic Red. HEX triplet: 48, 01 and 0D. RGB value is (72,1,13). Sum of RGB (Red+Green+Blue) = 72+1+13=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010D is #B7FEF2. Grayscale: #171717. Windows color (decimal): -12058355 or 852296. OLE color: 852296.

HSL color Cylindrical-coordinate representation of color #48010D: hue angle of 349.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48010D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 13 -
CMYK 0 0.99 0.82 0.72
HSL 349.86º 0.97% 0.14% -
HSV(B) 349.86º 0.99% 0.28% -
XYZ 2.76 1.43 0.51 -
YUV 23.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 72 1 13 0 0.99 0.82 0.72 349.86 0.97 0.14
Hex 48 1 D 0 63 52 48 15E 61 E
Octal 110 1 15 0 143 122 110 536 141 16
Binary 1001000 1 1101 0 1100011 1010010 1001000 101011110 1100001 1110

Color Harmonies of #48010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48010D

Black with #48010D

Text Example


Text Example

White with #48010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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