Html Css Color HEX #301213 Rustic Red

📋 copy color: '#301213'

red 48 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #301213

Tints of Rustic Red #301213

RGB

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

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

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

R = 56.47%
G = 21.18%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301213 (or 0x301213) is known color: Rustic Red. HEX triplet: 30, 12 and 13. RGB value is (48,18,19). Sum of RGB (Red+Green+Blue) = 48+18+19=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301213 is #CFEDEC. Grayscale: #1B1B1B. Windows color (decimal): -13626861 or 1249840. OLE color: 1249840.

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

Color convert

RGB 48 18 19 -
CMYK 0 0.63 0.60 0.81
HSL 358º 0.45% 0.13% -
HSV(B) 358º 0.63% 0.19% -
XYZ 1.55 1.11 0.75 -
YUV 27.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 48 18 19 0 0.63 0.60 0.81 358 0.45 0.13
Hex 30 12 13 0 3F 3C 51 166 2D D
Octal 60 22 23 0 77 74 121 546 55 15
Binary 110000 10010 10011 0 111111 111100 1010001 101100110 101101 1101

Color Harmonies of #301213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301213

Black with #301213

Text Example


Text Example

White with #301213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301213; }

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

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

background-color css

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

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

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

border-color css

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

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

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