Html Css Color HEX #300917 Rustic Red

📋 copy color: '#300917'

red 48 ◦ green 9 ◦ blue 23

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

Shades of Rustic Red #300917

Tints of Rustic Red #300917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.25%

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

R = 60%
G = 11.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#300917 (or 0x300917) is known color: Rustic Red. HEX triplet: 30, 09 and 17. RGB value is (48,9,23). Sum of RGB (Red+Green+Blue) = 48+9+23=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300917 is #CFF6E8. Grayscale: #161616. Windows color (decimal): -13629161 or 1509680. OLE color: 1509680.

HSL color Cylindrical-coordinate representation of color #300917: hue angle of 338.46º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300917 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 9 23 -
CMYK 0 0.81 0.52 0.81
HSL 338.46º 0.68% 0.11% -
HSV(B) 338.46º 0.81% 0.19% -
XYZ 1.47 0.89 0.9 -
YUV 22.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 48 9 23 0 0.81 0.52 0.81 338.46 0.68 0.11
Hex 30 9 17 0 51 34 51 152 44 B
Octal 60 11 27 0 121 64 121 522 104 13
Binary 110000 1001 10111 0 1010001 110100 1010001 101010010 1000100 1011

Color Harmonies of #300917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300917

Black with #300917

Text Example


Text Example

White with #300917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300917; }

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

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

background-color css

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

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

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

border-color css

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

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

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