Html Css Color HEX #301214 Rustic Red

📋 copy color: '#301214'

red 48 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #301214

Tints of Rustic Red #301214

RGB

 RED value IS 48 (19.14% from 255) = 55.81%

 GREEN value IS 18 (7.42% from 255) = 20.93%

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

R = 55.81%
G = 20.93%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301214 (or 0x301214) is known color: Rustic Red. HEX triplet: 30, 12 and 14. RGB value is (48,18,20). Sum of RGB (Red+Green+Blue) = 48+18+20=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301214 is #CFEDEB. Grayscale: #1B1B1B. Windows color (decimal): -13626860 or 1315376. OLE color: 1315376.

HSL color Cylindrical-coordinate representation of color #301214: hue angle of 356º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301214 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 20 -
CMYK 0 0.63 0.58 0.81
HSL 356º 0.45% 0.13% -
HSV(B) 356º 0.63% 0.19% -
XYZ 1.56 1.11 0.79 -
YUV 27.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 48 18 20 0 0.63 0.58 0.81 356 0.45 0.13
Hex 30 12 14 0 3F 3A 51 164 2D D
Octal 60 22 24 0 77 72 121 544 55 15
Binary 110000 10010 10100 0 111111 111010 1010001 101100100 101101 1101

Color Harmonies of #301214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301214

Black with #301214

Text Example


Text Example

White with #301214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301214; }

 p { color: rgb(48,18,20); }

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

background-color css

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

 a { background-color: rgb(48,18,20); }

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

border-color css

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

 span { border-color: rgb(48,18,20); }

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