Html Css Color HEX #300A18 Rustic Red

📋 copy color: '#300A18'

red 48 ◦ green 10 ◦ blue 24

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

Shades of Rustic Red #300A18

Tints of Rustic Red #300A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 29.27%

R = 58.54%
G = 12.2%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#300A18 (or 0x300A18) is known color: Rustic Red. HEX triplet: 30, 0A and 18. RGB value is (48,10,24). Sum of RGB (Red+Green+Blue) = 48+10+24=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A18 is #CFF5E7. Grayscale: #161616. Windows color (decimal): -13628904 or 1575472. OLE color: 1575472.

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

Color convert

RGB 48 10 24 -
CMYK 0 0.79 0.5 0.81
HSL 337.89º 0.66% 0.11% -
HSV(B) 337.89º 0.79% 0.19% -
XYZ 1.49 0.91 0.96 -
YUV 22.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 48 10 24 0 0.79 0.5 0.81 337.89 0.66 0.11
Hex 30 A 18 0 4F 32 51 152 42 B
Octal 60 12 30 0 117 62 121 522 102 13
Binary 110000 1010 11000 0 1001111 110010 1010001 101010010 1000010 1011

Color Harmonies of #300A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A18

Black with #300A18

Text Example


Text Example

White with #300A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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