Html Css Color HEX #48010A Rustic Red

📋 copy color: '#48010A'

red 72 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #48010A

Tints of Rustic Red #48010A

RGB

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

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

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

R = 86.75%
G = 1.2%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48010A (or 0x48010A) is known color: Rustic Red. HEX triplet: 48, 01 and 0A. RGB value is (72,1,10). Sum of RGB (Red+Green+Blue) = 72+1+10=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #48010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010A is #B7FEF5. Grayscale: #171717. Windows color (decimal): -12058358 or 655688. OLE color: 655688.

HSL color Cylindrical-coordinate representation of color #48010A: hue angle of 352.39º 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 #48010A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 10 -
CMYK 0 0.99 0.86 0.72
HSL 352.39º 0.97% 0.14% -
HSV(B) 352.39º 0.99% 0.28% -
XYZ 2.74 1.42 0.42 -
YUV 23.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 72 1 10 0 0.99 0.86 0.72 352.39 0.97 0.14
Hex 48 1 A 0 63 56 48 160 61 E
Octal 110 1 12 0 143 126 110 540 141 16
Binary 1001000 1 1010 0 1100011 1010110 1001000 101100000 1100001 1110

Color Harmonies of #48010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48010A

Black with #48010A

Text Example


Text Example

White with #48010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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