Html Css Color HEX #48000A Rustic Red

📋 copy color: '#48000A'

red 72 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #48000A

Tints of Rustic Red #48000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.8%
G = 0%
B = 12.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48000A (or 0x48000A) is known color: Rustic Red. HEX triplet: 48, 00 and 0A. RGB value is (72,0,10). Sum of RGB (Red+Green+Blue) = 72+0+10=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #48000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000A is #B7FFF5. Grayscale: #161616. Windows color (decimal): -12058614 or 655432. OLE color: 655432.

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

Color convert

RGB 72 0 10 -
CMYK 0 1 0.86 0.72
HSL 351.67º 1% 0.14% -
HSV(B) 351.67º 1% 0.28% -
XYZ 2.73 1.4 0.41 -
YUV 22.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 72 0 10 0 1 0.86 0.72 351.67 1 0.14
Hex 48 0 A 0 64 56 48 160 64 E
Octal 110 0 12 0 144 126 110 540 144 16
Binary 1001000 0 1010 0 1100100 1010110 1001000 101100000 1100100 1110

Color Harmonies of #48000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48000A

Black with #48000A

Text Example


Text Example

White with #48000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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