Html Css Color HEX #300004 Rustic Red

📋 copy color: '#300004'

red 48 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #300004

Tints of Rustic Red #300004

RGB

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

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

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

R = 92.31%
G = 0%
B = 7.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#300004 (or 0x300004) is known color: Rustic Red. HEX triplet: 30, 00 and 04. RGB value is (48,0,4). Sum of RGB (Red+Green+Blue) = 48+0+4=52 (6% of max value = 765). Red value is 48 (19.14% from 255 or 92.31% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 48 - color contains mainly: red. Hex color #300004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300004 is #CFFFFB. Grayscale: #0E0E0E. Windows color (decimal): -13631484 or 262192. OLE color: 262192.

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

Color convert

RGB 48 0 4 -
CMYK 0 1 0.92 0.81
HSL 355º 1% 0.09% -
HSV(B) 355º 1% 0.19% -
XYZ 1.24 0.64 0.17 -
YUV 14.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 48 0 4 0 1 0.92 0.81 355 1 0.09
Hex 30 0 4 0 64 5C 51 163 64 9
Octal 60 0 4 0 144 134 121 543 144 11
Binary 110000 0 100 0 1100100 1011100 1010001 101100011 1100100 1001

Color Harmonies of #300004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300004

Black with #300004

Text Example


Text Example

White with #300004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300004; }

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

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

background-color css

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

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

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

border-color css

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

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

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