Html Css Color HEX #300D10 Rustic Red

📋 copy color: '#300D10'

red 48 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #300D10

Tints of Rustic Red #300D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 62.34%
G = 16.88%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#300D10 (or 0x300D10) is known color: Rustic Red. HEX triplet: 30, 0D and 10. RGB value is (48,13,16). Sum of RGB (Red+Green+Blue) = 48+13+16=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D10 is #CFF2EF. Grayscale: #171717. Windows color (decimal): -13628144 or 1051952. OLE color: 1051952.

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

Color convert

RGB 48 13 16 -
CMYK 0 0.73 0.67 0.81
HSL 354.86º 0.57% 0.12% -
HSV(B) 354.86º 0.73% 0.19% -
XYZ 1.46 0.95 0.6 -
YUV 23.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 48 13 16 0 0.73 0.67 0.81 354.86 0.57 0.12
Hex 30 D 10 0 49 43 51 163 39 C
Octal 60 15 20 0 111 103 121 543 71 14
Binary 110000 1101 10000 0 1001001 1000011 1010001 101100011 111001 1100

Color Harmonies of #300D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D10

Black with #300D10

Text Example


Text Example

White with #300D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,13,16); }

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

background-color css

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

 a { background-color: rgb(48,13,16); }

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

border-color css

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

 span { border-color: rgb(48,13,16); }

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