Html Css Color HEX #300412 Rustic Red

📋 copy color: '#300412'

red 48 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #300412

Tints of Rustic Red #300412

RGB

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

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

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

R = 68.57%
G = 5.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#300412 (or 0x300412) is known color: Rustic Red. HEX triplet: 30, 04 and 12. RGB value is (48,4,18). Sum of RGB (Red+Green+Blue) = 48+4+18=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300412 is #CFFBED. Grayscale: #121212. Windows color (decimal): -13630446 or 1180720. OLE color: 1180720.

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

Color convert

RGB 48 4 18 -
CMYK 0 0.92 0.63 0.81
HSL 340.91º 0.85% 0.1% -
HSV(B) 340.91º 0.92% 0.19% -
XYZ 1.37 0.76 0.65 -
YUV 18.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 48 4 18 0 0.92 0.63 0.81 340.91 0.85 0.1
Hex 30 4 12 0 5C 3F 51 155 55 A
Octal 60 4 22 0 134 77 121 525 125 12
Binary 110000 100 10010 0 1011100 111111 1010001 101010101 1010101 1010

Color Harmonies of #300412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300412

Black with #300412

Text Example


Text Example

White with #300412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300412; }

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

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

background-color css

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

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

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

border-color css

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

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

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