Html Css Color HEX #300306 Rustic Red

📋 copy color: '#300306'

red 48 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #300306

Tints of Rustic Red #300306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.26%

 BLUE value IS 6 (2.73% from 255) = 10.53%

R = 84.21%
G = 5.26%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#300306 (or 0x300306) is known color: Rustic Red. HEX triplet: 30, 03 and 06. RGB value is (48,3,6). Sum of RGB (Red+Green+Blue) = 48+3+6=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300306 is #CFFCF9. Grayscale: #101010. Windows color (decimal): -13630714 or 394032. OLE color: 394032.

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

Color convert

RGB 48 3 6 -
CMYK 0 0.94 0.87 0.81
HSL 356º 0.88% 0.1% -
HSV(B) 356º 0.94% 0.19% -
XYZ 1.28 0.71 0.24 -
YUV 16.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 48 3 6 0 0.94 0.87 0.81 356 0.88 0.1
Hex 30 3 6 0 5E 57 51 164 58 A
Octal 60 3 6 0 136 127 121 544 130 12
Binary 110000 11 110 0 1011110 1010111 1010001 101100100 1011000 1010

Color Harmonies of #300306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300306

Black with #300306

Text Example


Text Example

White with #300306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300306; }

 p { color: rgb(48,3,6); }

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

background-color css

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

 a { background-color: rgb(48,3,6); }

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

border-color css

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

 span { border-color: rgb(48,3,6); }

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