Html Css Color HEX #300A12 Rustic Red

📋 copy color: '#300A12'

red 48 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #300A12

Tints of Rustic Red #300A12

RGB

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

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

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

R = 63.16%
G = 13.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#300A12 (or 0x300A12) is known color: Rustic Red. HEX triplet: 30, 0A and 12. RGB value is (48,10,18). Sum of RGB (Red+Green+Blue) = 48+10+18=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A12 is #CFF5ED. Grayscale: #161616. Windows color (decimal): -13628910 or 1182256. OLE color: 1182256.

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

Color convert

RGB 48 10 18 -
CMYK 0 0.79 0.63 0.81
HSL 347.37º 0.66% 0.11% -
HSV(B) 347.37º 0.79% 0.19% -
XYZ 1.44 0.89 0.67 -
YUV 22.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 48 10 18 0 0.79 0.63 0.81 347.37 0.66 0.11
Hex 30 A 12 0 4F 3F 51 15B 42 B
Octal 60 12 22 0 117 77 121 533 102 13
Binary 110000 1010 10010 0 1001111 111111 1010001 101011011 1000010 1011

Color Harmonies of #300A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A12

Black with #300A12

Text Example


Text Example

White with #300A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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