Html Css Color HEX #480C14 Rustic Red

📋 copy color: '#480C14'

red 72 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #480C14

Tints of Rustic Red #480C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 69.23%
G = 11.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480C14 (or 0x480C14) is known color: Rustic Red. HEX triplet: 48, 0C and 14. RGB value is (72,12,20). Sum of RGB (Red+Green+Blue) = 72+12+20=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C14 is #B7F3EB. Grayscale: #1E1E1E. Windows color (decimal): -12055532 or 1313864. OLE color: 1313864.

HSL color Cylindrical-coordinate representation of color #480C14: hue angle of 352º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #480C14 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 12 20 -
CMYK 0 0.83 0.72 0.72
HSL 352º 0.71% 0.16% -
HSV(B) 352º 0.83% 0.28% -
XYZ 2.93 1.69 0.83 -
YUV 30.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 72 12 20 0 0.83 0.72 0.72 352 0.71 0.16
Hex 48 C 14 0 53 48 48 160 47 10
Octal 110 14 24 0 123 110 110 540 107 20
Binary 1001000 1100 10100 0 1010011 1001000 1001000 101100000 1000111 10000

Color Harmonies of #480C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C14

Black with #480C14

Text Example


Text Example

White with #480C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480C14; }

 p { color: rgb(72,12,20); }

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

background-color css

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

 a { background-color: rgb(72,12,20); }

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

border-color css

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

 span { border-color: rgb(72,12,20); }

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