Html Css Color HEX #300012 Rustic Red

📋 copy color: '#300012'

red 48 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #300012

Tints of Rustic Red #300012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#300012 (or 0x300012) is known color: Rustic Red. HEX triplet: 30, 00 and 12. RGB value is (48,0,18). Sum of RGB (Red+Green+Blue) = 48+0+18=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300012 is #CFFFED. Grayscale: #101010. Windows color (decimal): -13631470 or 1179696. OLE color: 1179696.

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

Color convert

RGB 48 0 18 -
CMYK 0 1 0.63 0.81
HSL 337.5º 1% 0.09% -
HSV(B) 337.5º 1% 0.19% -
XYZ 1.33 0.67 0.63 -
YUV 16.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 48 0 18 0 1 0.63 0.81 337.5 1 0.09
Hex 30 0 12 0 64 3F 51 152 64 9
Octal 60 0 22 0 144 77 121 522 144 11
Binary 110000 0 10010 0 1100100 111111 1010001 101010010 1100100 1001

Color Harmonies of #300012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300012

Black with #300012

Text Example


Text Example

White with #300012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300012; }

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

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

background-color css

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

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

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

border-color css

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

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

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