Html Css Color HEX #300515 Rustic Red

📋 copy color: '#300515'

red 48 ◦ green 5 ◦ blue 21

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

Shades of Rustic Red #300515

Tints of Rustic Red #300515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 64.86%
G = 6.76%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#300515 (or 0x300515) is known color: Rustic Red. HEX triplet: 30, 05 and 15. RGB value is (48,5,21). Sum of RGB (Red+Green+Blue) = 48+5+21=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300515 is #CFFAEA. Grayscale: #131313. Windows color (decimal): -13630187 or 1377584. OLE color: 1377584.

HSL color Cylindrical-coordinate representation of color #300515: hue angle of 337.67º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300515 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 21 -
CMYK 0 0.90 0.56 0.81
HSL 337.67º 0.81% 0.1% -
HSV(B) 337.67º 0.9% 0.19% -
XYZ 1.41 0.79 0.79 -
YUV 19.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 48 5 21 0 0.90 0.56 0.81 337.67 0.81 0.1
Hex 30 5 15 0 5A 38 51 152 51 A
Octal 60 5 25 0 132 70 121 522 121 12
Binary 110000 101 10101 0 1011010 111000 1010001 101010010 1010001 1010

Color Harmonies of #300515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300515

Black with #300515

Text Example


Text Example

White with #300515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300515; }

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

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

background-color css

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

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

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

border-color css

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

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

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