Html Css Color HEX #48030B Rustic Red

📋 copy color: '#48030B'

red 72 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #48030B

Tints of Rustic Red #48030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.79%

R = 83.72%
G = 3.49%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48030B (or 0x48030B) is known color: Rustic Red. HEX triplet: 48, 03 and 0B. RGB value is (72,3,11). Sum of RGB (Red+Green+Blue) = 72+3+11=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030B is #B7FCF4. Grayscale: #181818. Windows color (decimal): -12057845 or 721736. OLE color: 721736.

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

Color convert

RGB 72 3 11 -
CMYK 0 0.96 0.85 0.72
HSL 353.04º 0.92% 0.15% -
HSV(B) 353.04º 0.96% 0.28% -
XYZ 2.77 1.47 0.45 -
YUV 24.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 72 3 11 0 0.96 0.85 0.72 353.04 0.92 0.15
Hex 48 3 B 0 60 55 48 161 5C F
Octal 110 3 13 0 140 125 110 541 134 17
Binary 1001000 11 1011 0 1100000 1010101 1001000 101100001 1011100 1111

Color Harmonies of #48030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48030B

Black with #48030B

Text Example


Text Example

White with #48030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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