Html Css Color HEX #48030F Rustic Red

📋 copy color: '#48030F'

red 72 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #48030F

Tints of Rustic Red #48030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

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

R = 80%
G = 3.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48030F (or 0x48030F) is known color: Rustic Red. HEX triplet: 48, 03 and 0F. RGB value is (72,3,15). Sum of RGB (Red+Green+Blue) = 72+3+15=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #48030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030F is #B7FCF0. Grayscale: #191919. Windows color (decimal): -12057841 or 983880. OLE color: 983880.

HSL color Cylindrical-coordinate representation of color #48030F: hue angle of 349.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48030F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 15 -
CMYK 0 0.96 0.79 0.72
HSL 349.57º 0.92% 0.15% -
HSV(B) 349.57º 0.96% 0.28% -
XYZ 2.79 1.48 0.59 -
YUV 25 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 72 3 15 0 0.96 0.79 0.72 349.57 0.92 0.15
Hex 48 3 F 0 60 4F 48 15E 5C F
Octal 110 3 17 0 140 117 110 536 134 17
Binary 1001000 11 1111 0 1100000 1001111 1001000 101011110 1011100 1111

Color Harmonies of #48030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48030F

Black with #48030F

Text Example


Text Example

White with #48030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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