Html Css Color HEX #48000F Rustic Red

📋 copy color: '#48000F'

red 72 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #48000F

Tints of Rustic Red #48000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.24%

R = 82.76%
G = 0%
B = 17.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48000F (or 0x48000F) is known color: Rustic Red. HEX triplet: 48, 00 and 0F. RGB value is (72,0,15). Sum of RGB (Red+Green+Blue) = 72+0+15=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000F is #B7FFF0. Grayscale: #171717. Windows color (decimal): -12058609 or 983112. OLE color: 983112.

HSL color Cylindrical-coordinate representation of color #48000F: hue angle of 347.5º 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 #48000F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 15 -
CMYK 0 1 0.79 0.72
HSL 347.5º 1% 0.14% -
HSV(B) 347.5º 1% 0.28% -
XYZ 2.76 1.41 0.58 -
YUV 23.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 72 0 15 0 1 0.79 0.72 347.5 1 0.14
Hex 48 0 F 0 64 4F 48 15C 64 E
Octal 110 0 17 0 144 117 110 534 144 16
Binary 1001000 0 1111 0 1100100 1001111 1001000 101011100 1100100 1110

Color Harmonies of #48000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48000F

Black with #48000F

Text Example


Text Example

White with #48000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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