Html Css Color HEX #300A14 Rustic Red

📋 copy color: '#300A14'

red 48 ◦ green 10 ◦ blue 20

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

Shades of Rustic Red #300A14

Tints of Rustic Red #300A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.82%

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

R = 61.54%
G = 12.82%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300A14 (or 0x300A14) is known color: Rustic Red. HEX triplet: 30, 0A and 14. RGB value is (48,10,20). Sum of RGB (Red+Green+Blue) = 48+10+20=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A14 is #CFF5EB. Grayscale: #161616. Windows color (decimal): -13628908 or 1313328. OLE color: 1313328.

HSL color Cylindrical-coordinate representation of color #300A14: hue angle of 344.21º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A14 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 10 20 -
CMYK 0 0.79 0.58 0.81
HSL 344.21º 0.66% 0.11% -
HSV(B) 344.21º 0.79% 0.19% -
XYZ 1.45 0.9 0.76 -
YUV 22.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 48 10 20 0 0.79 0.58 0.81 344.21 0.66 0.11
Hex 30 A 14 0 4F 3A 51 158 42 B
Octal 60 12 24 0 117 72 121 530 102 13
Binary 110000 1010 10100 0 1001111 111010 1010001 101011000 1000010 1011

Color Harmonies of #300A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A14

Black with #300A14

Text Example


Text Example

White with #300A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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