Html Css Color HEX #300A15 Rustic Red

📋 copy color: '#300A15'

red 48 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #300A15

Tints of Rustic Red #300A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 60.76%
G = 12.66%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#300A15 (or 0x300A15) is known color: Rustic Red. HEX triplet: 30, 0A and 15. RGB value is (48,10,21). Sum of RGB (Red+Green+Blue) = 48+10+21=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A15 is #CFF5EA. Grayscale: #161616. Windows color (decimal): -13628907 or 1378864. OLE color: 1378864.

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

Color convert

RGB 48 10 21 -
CMYK 0 0.79 0.56 0.81
HSL 342.63º 0.66% 0.11% -
HSV(B) 342.63º 0.79% 0.19% -
XYZ 1.46 0.9 0.81 -
YUV 22.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 48 10 21 0 0.79 0.56 0.81 342.63 0.66 0.11
Hex 30 A 15 0 4F 38 51 157 42 B
Octal 60 12 25 0 117 70 121 527 102 13
Binary 110000 1010 10101 0 1001111 111000 1010001 101010111 1000010 1011

Color Harmonies of #300A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A15

Black with #300A15

Text Example


Text Example

White with #300A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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