Html Css Color HEX #300212 Rustic Red

📋 copy color: '#300212'

red 48 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #300212

Tints of Rustic Red #300212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

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

R = 70.59%
G = 2.94%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#300212 (or 0x300212) is known color: Rustic Red. HEX triplet: 30, 02 and 12. RGB value is (48,2,18). Sum of RGB (Red+Green+Blue) = 48+2+18=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300212 is #CFFDED. Grayscale: #111111. Windows color (decimal): -13630958 or 1180208. OLE color: 1180208.

HSL color Cylindrical-coordinate representation of color #300212: hue angle of 339.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300212 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 2 18 -
CMYK 0 0.96 0.63 0.81
HSL 339.13º 0.92% 0.1% -
HSV(B) 339.13º 0.96% 0.19% -
XYZ 1.35 0.72 0.64 -
YUV 17.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 48 2 18 0 0.96 0.63 0.81 339.13 0.92 0.1
Hex 30 2 12 0 60 3F 51 153 5C A
Octal 60 2 22 0 140 77 121 523 134 12
Binary 110000 10 10010 0 1100000 111111 1010001 101010011 1011100 1010

Color Harmonies of #300212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300212

Black with #300212

Text Example


Text Example

White with #300212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300212; }

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

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

background-color css

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

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

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

border-color css

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

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

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