Html Css Color HEX #300D15 Rustic Red

📋 copy color: '#300D15'

red 48 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #300D15

Tints of Rustic Red #300D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.85%

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 58.54%
G = 15.85%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#300D15 (or 0x300D15) is known color: Rustic Red. HEX triplet: 30, 0D and 15. RGB value is (48,13,21). Sum of RGB (Red+Green+Blue) = 48+13+21=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D15 is #CFF2EA. Grayscale: #181818. Windows color (decimal): -13628139 or 1379632. OLE color: 1379632.

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

Color convert

RGB 48 13 21 -
CMYK 0 0.73 0.56 0.81
HSL 346.29º 0.57% 0.12% -
HSV(B) 346.29º 0.73% 0.19% -
XYZ 1.5 0.97 0.82 -
YUV 24.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 48 13 21 0 0.73 0.56 0.81 346.29 0.57 0.12
Hex 30 D 15 0 49 38 51 15A 39 C
Octal 60 15 25 0 111 70 121 532 71 14
Binary 110000 1101 10101 0 1001001 111000 1010001 101011010 111001 1100

Color Harmonies of #300D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D15

Black with #300D15

Text Example


Text Example

White with #300D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,13,21); }

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

background-color css

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

 a { background-color: rgb(48,13,21); }

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

border-color css

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

 span { border-color: rgb(48,13,21); }

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