Html Css Color HEX #300811 Rustic Red

📋 copy color: '#300811'

red 48 ◦ green 8 ◦ blue 17

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

Shades of Rustic Red #300811

Tints of Rustic Red #300811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.96%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 65.75%
G = 10.96%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#300811 (or 0x300811) is known color: Rustic Red. HEX triplet: 30, 08 and 11. RGB value is (48,8,17). Sum of RGB (Red+Green+Blue) = 48+8+17=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300811 is #CFF7EE. Grayscale: #141414. Windows color (decimal): -13629423 or 1116208. OLE color: 1116208.

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

Color convert

RGB 48 8 17 -
CMYK 0 0.83 0.65 0.81
HSL 346.5º 0.71% 0.11% -
HSV(B) 346.5º 0.83% 0.19% -
XYZ 1.41 0.84 0.62 -
YUV 20.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 48 8 17 0 0.83 0.65 0.81 346.5 0.71 0.11
Hex 30 8 11 0 53 41 51 15A 47 B
Octal 60 10 21 0 123 101 121 532 107 13
Binary 110000 1000 10001 0 1010011 1000001 1010001 101011010 1000111 1011

Color Harmonies of #300811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300811

Black with #300811

Text Example


Text Example

White with #300811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300811; }

 p { color: rgb(48,8,17); }

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

background-color css

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

 a { background-color: rgb(48,8,17); }

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

border-color css

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

 span { border-color: rgb(48,8,17); }

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