Html Css Color HEX #300413 Rustic Red

📋 copy color: '#300413'

red 48 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #300413

Tints of Rustic Red #300413

RGB

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

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

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

R = 67.61%
G = 5.63%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#300413 (or 0x300413) is known color: Rustic Red. HEX triplet: 30, 04 and 13. RGB value is (48,4,19). Sum of RGB (Red+Green+Blue) = 48+4+19=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300413 is #CFFBEC. Grayscale: #121212. Windows color (decimal): -13630445 or 1246256. OLE color: 1246256.

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

Color convert

RGB 48 4 19 -
CMYK 0 0.92 0.60 0.81
HSL 339.55º 0.85% 0.1% -
HSV(B) 339.55º 0.92% 0.19% -
XYZ 1.38 0.76 0.69 -
YUV 18.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 48 4 19 0 0.92 0.60 0.81 339.55 0.85 0.1
Hex 30 4 13 0 5C 3C 51 154 55 A
Octal 60 4 23 0 134 74 121 524 125 12
Binary 110000 100 10011 0 1011100 111100 1010001 101010100 1010101 1010

Color Harmonies of #300413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300413

Black with #300413

Text Example


Text Example

White with #300413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300413; }

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

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

background-color css

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

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

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

border-color css

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

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

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