Html Css Color HEX #300014 Rustic Red

📋 copy color: '#300014'

red 48 ◦ green 0 ◦ blue 20

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

Shades of Rustic Red #300014

Tints of Rustic Red #300014

RGB

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

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

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

R = 70.59%
G = 0%
B = 29.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300014 (or 0x300014) is known color: Rustic Red. HEX triplet: 30, 00 and 14. RGB value is (48,0,20). Sum of RGB (Red+Green+Blue) = 48+0+20=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300014 is #CFFFEB. Grayscale: #101010. Windows color (decimal): -13631468 or 1310768. OLE color: 1310768.

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

Color convert

RGB 48 0 20 -
CMYK 0 1 0.58 0.81
HSL 335º 1% 0.09% -
HSV(B) 335º 1% 0.19% -
XYZ 1.35 0.68 0.72 -
YUV 16.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 48 0 20 0 1 0.58 0.81 335 1 0.09
Hex 30 0 14 0 64 3A 51 14F 64 9
Octal 60 0 24 0 144 72 121 517 144 11
Binary 110000 0 10100 0 1100100 111010 1010001 101001111 1100100 1001

Color Harmonies of #300014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300014

Black with #300014

Text Example


Text Example

White with #300014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300014; }

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

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

background-color css

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

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

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

border-color css

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

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

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