Html Css Color HEX #300406 Rustic Red

📋 copy color: '#300406'

red 48 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #300406

Tints of Rustic Red #300406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

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

R = 82.76%
G = 6.9%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#300406 (or 0x300406) is known color: Rustic Red. HEX triplet: 30, 04 and 06. RGB value is (48,4,6). Sum of RGB (Red+Green+Blue) = 48+4+6=58 (7% of max value = 765). Red value is 48 (19.14% from 255 or 82.76% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 48 - color contains mainly: red. Hex color #300406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300406 is #CFFBF9. Grayscale: #111111. Windows color (decimal): -13630458 or 394288. OLE color: 394288.

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

Color convert

RGB 48 4 6 -
CMYK 0 0.92 0.87 0.81
HSL 357.27º 0.85% 0.1% -
HSV(B) 357.27º 0.92% 0.19% -
XYZ 1.3 0.73 0.24 -
YUV 17.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 48 4 6 0 0.92 0.87 0.81 357.27 0.85 0.1
Hex 30 4 6 0 5C 57 51 165 55 A
Octal 60 4 6 0 134 127 121 545 125 12
Binary 110000 100 110 0 1011100 1010111 1010001 101100101 1010101 1010

Color Harmonies of #300406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300406

Black with #300406

Text Example


Text Example

White with #300406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300406; }

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

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

background-color css

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

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

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

border-color css

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

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

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