Html Css Color HEX #300214 Rustic Red

📋 copy color: '#300214'

red 48 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #300214

Tints of Rustic Red #300214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.57%

R = 68.57%
G = 2.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300214 (or 0x300214) is known color: Rustic Red. HEX triplet: 30, 02 and 14. RGB value is (48,2,20). Sum of RGB (Red+Green+Blue) = 48+2+20=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300214 is #CFFDEB. Grayscale: #111111. Windows color (decimal): -13630956 or 1311280. OLE color: 1311280.

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

Color convert

RGB 48 2 20 -
CMYK 0 0.96 0.58 0.81
HSL 336.52º 0.92% 0.1% -
HSV(B) 336.52º 0.96% 0.19% -
XYZ 1.37 0.72 0.73 -
YUV 17.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 48 2 20 0 0.96 0.58 0.81 336.52 0.92 0.1
Hex 30 2 14 0 60 3A 51 151 5C A
Octal 60 2 24 0 140 72 121 521 134 12
Binary 110000 10 10100 0 1100000 111010 1010001 101010001 1011100 1010

Color Harmonies of #300214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300214

Black with #300214

Text Example


Text Example

White with #300214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300214; }

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

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

background-color css

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

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

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

border-color css

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

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

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