Html Css Color HEX #480C0E Rustic Red

📋 copy color: '#480C0E'

red 72 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #480C0E

Tints of Rustic Red #480C0E

RGB

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

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

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

R = 73.47%
G = 12.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#480C0E (or 0x480C0E) is known color: Rustic Red. HEX triplet: 48, 0C and 0E. RGB value is (72,12,14). Sum of RGB (Red+Green+Blue) = 72+12+14=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C0E is #B7F3F1. Grayscale: #1E1E1E. Windows color (decimal): -12055538 or 920648. OLE color: 920648.

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

Color convert

RGB 72 12 14 -
CMYK 0 0.83 0.81 0.72
HSL 358º 0.71% 0.16% -
HSV(B) 358º 0.83% 0.28% -
XYZ 2.88 1.67 0.59 -
YUV 30.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 72 12 14 0 0.83 0.81 0.72 358 0.71 0.16
Hex 48 C E 0 53 51 48 166 47 10
Octal 110 14 16 0 123 121 110 546 107 20
Binary 1001000 1100 1110 0 1010011 1010001 1001000 101100110 1000111 10000

Color Harmonies of #480C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C0E

Black with #480C0E

Text Example


Text Example

White with #480C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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