Html Css Color HEX #300007 Rustic Red

📋 copy color: '#300007'

red 48 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #300007

Tints of Rustic Red #300007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.73%

R = 87.27%
G = 0%
B = 12.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#300007 (or 0x300007) is known color: Rustic Red. HEX triplet: 30, 00 and 07. RGB value is (48,0,7). Sum of RGB (Red+Green+Blue) = 48+0+7=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300007 is #CFFFF8. Grayscale: #0F0F0F. Windows color (decimal): -13631481 or 458800. OLE color: 458800.

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

Color convert

RGB 48 0 7 -
CMYK 0 1 0.85 0.81
HSL 351.25º 1% 0.09% -
HSV(B) 351.25º 1% 0.19% -
XYZ 1.26 0.64 0.26 -
YUV 15.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 48 0 7 0 1 0.85 0.81 351.25 1 0.09
Hex 30 0 7 0 64 55 51 15F 64 9
Octal 60 0 7 0 144 125 121 537 144 11
Binary 110000 0 111 0 1100100 1010101 1010001 101011111 1100100 1001

Color Harmonies of #300007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300007

Black with #300007

Text Example


Text Example

White with #300007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300007; }

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

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

background-color css

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

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

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

border-color css

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

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

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