Html Css Color HEX #300E13 Rustic Red

📋 copy color: '#300E13'

red 48 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #300E13

Tints of Rustic Red #300E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.28%

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

R = 59.26%
G = 17.28%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#300E13 (or 0x300E13) is known color: Rustic Red. HEX triplet: 30, 0E and 13. RGB value is (48,14,19). Sum of RGB (Red+Green+Blue) = 48+14+19=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #300E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E13 is #CFF1EC. Grayscale: #181818. Windows color (decimal): -13627885 or 1248816. OLE color: 1248816.

HSL color Cylindrical-coordinate representation of color #300E13: hue angle of 351.18º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E13 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 14 19 -
CMYK 0 0.71 0.60 0.81
HSL 351.18º 0.55% 0.12% -
HSV(B) 351.18º 0.71% 0.19% -
XYZ 1.49 0.99 0.73 -
YUV 24.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 48 14 19 0 0.71 0.60 0.81 351.18 0.55 0.12
Hex 30 E 13 0 47 3C 51 15F 37 C
Octal 60 16 23 0 107 74 121 537 67 14
Binary 110000 1110 10011 0 1000111 111100 1010001 101011111 110111 1100

Color Harmonies of #300E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E13

Black with #300E13

Text Example


Text Example

White with #300E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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