Html Css Color HEX #300B17 Rustic Red

📋 copy color: '#300B17'

red 48 ◦ green 11 ◦ blue 23

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

Shades of Rustic Red #300B17

Tints of Rustic Red #300B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 28.05%

R = 58.54%
G = 13.41%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#300B17 (or 0x300B17) is known color: Rustic Red. HEX triplet: 30, 0B and 17. RGB value is (48,11,23). Sum of RGB (Red+Green+Blue) = 48+11+23=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B17 is #CFF4E8. Grayscale: #171717. Windows color (decimal): -13628649 or 1510192. OLE color: 1510192.

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

Color convert

RGB 48 11 23 -
CMYK 0 0.77 0.52 0.81
HSL 340.54º 0.63% 0.12% -
HSV(B) 340.54º 0.77% 0.19% -
XYZ 1.49 0.93 0.91 -
YUV 23.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 48 11 23 0 0.77 0.52 0.81 340.54 0.63 0.12
Hex 30 B 17 0 4D 34 51 155 3F C
Octal 60 13 27 0 115 64 121 525 77 14
Binary 110000 1011 10111 0 1001101 110100 1010001 101010101 111111 1100

Color Harmonies of #300B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B17

Black with #300B17

Text Example


Text Example

White with #300B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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