Html Css Color HEX #300B13 Rustic Red

📋 copy color: '#300B13'

red 48 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #300B13

Tints of Rustic Red #300B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.1%

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

R = 61.54%
G = 14.1%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#300B13 (or 0x300B13) is known color: Rustic Red. HEX triplet: 30, 0B and 13. RGB value is (48,11,19). Sum of RGB (Red+Green+Blue) = 48+11+19=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B13 is #CFF4EC. Grayscale: #161616. Windows color (decimal): -13628653 or 1248048. OLE color: 1248048.

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

Color convert

RGB 48 11 19 -
CMYK 0 0.77 0.60 0.81
HSL 347.03º 0.63% 0.12% -
HSV(B) 347.03º 0.77% 0.19% -
XYZ 1.46 0.91 0.72 -
YUV 22.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 48 11 19 0 0.77 0.60 0.81 347.03 0.63 0.12
Hex 30 B 13 0 4D 3C 51 15B 3F C
Octal 60 13 23 0 115 74 121 533 77 14
Binary 110000 1011 10011 0 1001101 111100 1010001 101011011 111111 1100

Color Harmonies of #300B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B13

Black with #300B13

Text Example


Text Example

White with #300B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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