Html Css Color HEX #480A0C Rustic Red

📋 copy color: '#480A0C'

red 72 ◦ green 10 ◦ blue 12

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

Shades of Rustic Red #480A0C

Tints of Rustic Red #480A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.64%

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 76.6%
G = 10.64%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#480A0C (or 0x480A0C) is known color: Rustic Red. HEX triplet: 48, 0A and 0C. RGB value is (72,10,12). Sum of RGB (Red+Green+Blue) = 72+10+12=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A0C is #B7F5F3. Grayscale: #1C1C1C. Windows color (decimal): -12056052 or 789064. OLE color: 789064.

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

Color convert

RGB 72 10 12 -
CMYK 0 0.86 0.83 0.72
HSL 358.06º 0.76% 0.16% -
HSV(B) 358.06º 0.86% 0.28% -
XYZ 2.85 1.62 0.51 -
YUV 28.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 72 10 12 0 0.86 0.83 0.72 358.06 0.76 0.16
Hex 48 A C 0 56 53 48 166 4C 10
Octal 110 12 14 0 126 123 110 546 114 20
Binary 1001000 1010 1100 0 1010110 1010011 1001000 101100110 1001100 10000

Color Harmonies of #480A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A0C

Black with #480A0C

Text Example


Text Example

White with #480A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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