Html Css Color HEX #300313 Rustic Red

📋 copy color: '#300313'

red 48 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #300313

Tints of Rustic Red #300313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

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

R = 68.57%
G = 4.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#300313 (or 0x300313) is known color: Rustic Red. HEX triplet: 30, 03 and 13. RGB value is (48,3,19). Sum of RGB (Red+Green+Blue) = 48+3+19=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300313 is #CFFCEC. Grayscale: #121212. Windows color (decimal): -13630701 or 1246000. OLE color: 1246000.

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

Color convert

RGB 48 3 19 -
CMYK 0 0.94 0.60 0.81
HSL 338.67º 0.88% 0.1% -
HSV(B) 338.67º 0.94% 0.19% -
XYZ 1.37 0.74 0.69 -
YUV 18.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 48 3 19 0 0.94 0.60 0.81 338.67 0.88 0.1
Hex 30 3 13 0 5E 3C 51 153 58 A
Octal 60 3 23 0 136 74 121 523 130 12
Binary 110000 11 10011 0 1011110 111100 1010001 101010011 1011000 1010

Color Harmonies of #300313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300313

Black with #300313

Text Example


Text Example

White with #300313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300313; }

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

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

background-color css

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

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

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

border-color css

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

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

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