Html Css Color HEX #300009 Rustic Red

📋 copy color: '#300009'

red 48 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #300009

Tints of Rustic Red #300009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.21%
G = 0%
B = 15.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#300009 (or 0x300009) is known color: Rustic Red. HEX triplet: 30, 00 and 09. RGB value is (48,0,9). Sum of RGB (Red+Green+Blue) = 48+0+9=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300009 is #CFFFF6. Grayscale: #0F0F0F. Windows color (decimal): -13631479 or 589872. OLE color: 589872.

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

Color convert

RGB 48 0 9 -
CMYK 0 1 0.81 0.81
HSL 348.75º 1% 0.09% -
HSV(B) 348.75º 1% 0.19% -
XYZ 1.27 0.65 0.32 -
YUV 15.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 48 0 9 0 1 0.81 0.81 348.75 1 0.09
Hex 30 0 9 0 64 51 51 15D 64 9
Octal 60 0 11 0 144 121 121 535 144 11
Binary 110000 0 1001 0 1100100 1010001 1010001 101011101 1100100 1001

Color Harmonies of #300009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300009

Black with #300009

Text Example


Text Example

White with #300009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300009; }

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

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

background-color css

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

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

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

border-color css

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

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

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