Html Css Color HEX #300809 Rustic Red

📋 copy color: '#300809'

red 48 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #300809

Tints of Rustic Red #300809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 73.85%
G = 12.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#300809 (or 0x300809) is known color: Rustic Red. HEX triplet: 30, 08 and 09. RGB value is (48,8,9). Sum of RGB (Red+Green+Blue) = 48+8+9=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300809 is #CFF7F6. Grayscale: #141414. Windows color (decimal): -13629431 or 591920. OLE color: 591920.

HSL color Cylindrical-coordinate representation of color #300809: hue angle of 358.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 #300809 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 8 9 -
CMYK 0 0.83 0.81 0.81
HSL 358.5º 0.71% 0.11% -
HSV(B) 358.5º 0.83% 0.19% -
XYZ 1.36 0.82 0.35 -
YUV 20.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 48 8 9 0 0.83 0.81 0.81 358.5 0.71 0.11
Hex 30 8 9 0 53 51 51 166 47 B
Octal 60 10 11 0 123 121 121 546 107 13
Binary 110000 1000 1001 0 1010011 1010001 1010001 101100110 1000111 1011

Color Harmonies of #300809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300809

Black with #300809

Text Example


Text Example

White with #300809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300809; }

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

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

background-color css

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

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

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

border-color css

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

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

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