Html Css Color HEX #300415 Rustic Red

📋 copy color: '#300415'

red 48 ◦ green 4 ◦ blue 21

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

Shades of Rustic Red #300415

Tints of Rustic Red #300415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 65.75%
G = 5.48%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#300415 (or 0x300415) is known color: Rustic Red. HEX triplet: 30, 04 and 15. RGB value is (48,4,21). Sum of RGB (Red+Green+Blue) = 48+4+21=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300415 is #CFFBEA. Grayscale: #131313. Windows color (decimal): -13630443 or 1377328. OLE color: 1377328.

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

Color convert

RGB 48 4 21 -
CMYK 0 0.92 0.56 0.81
HSL 336.82º 0.85% 0.1% -
HSV(B) 336.82º 0.92% 0.19% -
XYZ 1.4 0.77 0.78 -
YUV 19.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 48 4 21 0 0.92 0.56 0.81 336.82 0.85 0.1
Hex 30 4 15 0 5C 38 51 151 55 A
Octal 60 4 25 0 134 70 121 521 125 12
Binary 110000 100 10101 0 1011100 111000 1010001 101010001 1010101 1010

Color Harmonies of #300415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300415

Black with #300415

Text Example


Text Example

White with #300415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300415; }

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

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

background-color css

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

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

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

border-color css

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

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

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