Html Css Color HEX #300B10 Rustic Red

📋 copy color: '#300B10'

red 48 ◦ green 11 ◦ blue 16

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

Shades of Rustic Red #300B10

Tints of Rustic Red #300B10

RGB

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

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

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

R = 64%
G = 14.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#300B10 (or 0x300B10) is known color: Rustic Red. HEX triplet: 30, 0B and 10. RGB value is (48,11,16). Sum of RGB (Red+Green+Blue) = 48+11+16=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B10 is #CFF4EF. Grayscale: #161616. Windows color (decimal): -13628656 or 1051440. OLE color: 1051440.

HSL color Cylindrical-coordinate representation of color #300B10: hue angle of 351.89º 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 #300B10 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 11 16 -
CMYK 0 0.77 0.67 0.81
HSL 351.89º 0.63% 0.12% -
HSV(B) 351.89º 0.77% 0.19% -
XYZ 1.43 0.91 0.59 -
YUV 22.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 48 11 16 0 0.77 0.67 0.81 351.89 0.63 0.12
Hex 30 B 10 0 4D 43 51 160 3F C
Octal 60 13 20 0 115 103 121 540 77 14
Binary 110000 1011 10000 0 1001101 1000011 1010001 101100000 111111 1100

Color Harmonies of #300B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B10

Black with #300B10

Text Example


Text Example

White with #300B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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