Html Css Color HEX #480613 Rustic Red

📋 copy color: '#480613'

red 72 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #480613

Tints of Rustic Red #480613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 74.23%
G = 6.19%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#480613 (or 0x480613) is known color: Rustic Red. HEX triplet: 48, 06 and 13. RGB value is (72,6,19). Sum of RGB (Red+Green+Blue) = 72+6+19=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480613 is #B7F9EC. Grayscale: #1B1B1B. Windows color (decimal): -12057069 or 1246792. OLE color: 1246792.

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

Color convert

RGB 72 6 19 -
CMYK 0 0.92 0.74 0.72
HSL 348.18º 0.85% 0.15% -
HSV(B) 348.18º 0.92% 0.28% -
XYZ 2.86 1.55 0.77 -
YUV 27.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 72 6 19 0 0.92 0.74 0.72 348.18 0.85 0.15
Hex 48 6 13 0 5C 4A 48 15C 55 F
Octal 110 6 23 0 134 112 110 534 125 17
Binary 1001000 110 10011 0 1011100 1001010 1001000 101011100 1010101 1111

Color Harmonies of #480613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480613

Black with #480613

Text Example


Text Example

White with #480613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480613; }

 p { color: rgb(72,6,19); }

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

background-color css

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

 a { background-color: rgb(72,6,19); }

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

border-color css

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

 span { border-color: rgb(72,6,19); }

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