Html Css Color HEX #48030E Rustic Red

📋 copy color: '#48030E'

red 72 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #48030E

Tints of Rustic Red #48030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.73%

R = 80.9%
G = 3.37%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48030E (or 0x48030E) is known color: Rustic Red. HEX triplet: 48, 03 and 0E. RGB value is (72,3,14). Sum of RGB (Red+Green+Blue) = 72+3+14=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030E is #B7FCF1. Grayscale: #181818. Windows color (decimal): -12057842 or 918344. OLE color: 918344.

HSL color Cylindrical-coordinate representation of color #48030E: hue angle of 350.43º 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 #48030E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 14 -
CMYK 0 0.96 0.81 0.72
HSL 350.43º 0.92% 0.15% -
HSV(B) 350.43º 0.96% 0.28% -
XYZ 2.78 1.47 0.55 -
YUV 24.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 72 3 14 0 0.96 0.81 0.72 350.43 0.92 0.15
Hex 48 3 E 0 60 51 48 15E 5C F
Octal 110 3 16 0 140 121 110 536 134 17
Binary 1001000 11 1110 0 1100000 1010001 1001000 101011110 1011100 1111

Color Harmonies of #48030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48030E

Black with #48030E

Text Example


Text Example

White with #48030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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