Html Css Color HEX #300304 Rustic Red

📋 copy color: '#300304'

red 48 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #300304

Tints of Rustic Red #300304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 87.27%
G = 5.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#300304 (or 0x300304) is known color: Rustic Red. HEX triplet: 30, 03 and 04. RGB value is (48,3,4). Sum of RGB (Red+Green+Blue) = 48+3+4=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300304 is #CFFCFB. Grayscale: #101010. Windows color (decimal): -13630716 or 262960. OLE color: 262960.

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

Color convert

RGB 48 3 4 -
CMYK 0 0.94 0.92 0.81
HSL 358.67º 0.88% 0.1% -
HSV(B) 358.67º 0.94% 0.19% -
XYZ 1.27 0.7 0.18 -
YUV 16.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 48 3 4 0 0.94 0.92 0.81 358.67 0.88 0.1
Hex 30 3 4 0 5E 5C 51 167 58 A
Octal 60 3 4 0 136 134 121 547 130 12
Binary 110000 11 100 0 1011110 1011100 1010001 101100111 1011000 1010

Color Harmonies of #300304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300304

Black with #300304

Text Example


Text Example

White with #300304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300304; }

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

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

background-color css

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

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

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

border-color css

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

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

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