Html Css Color HEX #300C0F Rustic Red

📋 copy color: '#300C0F'

red 48 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #300C0F

Tints of Rustic Red #300C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16%

 BLUE value IS 15 (6.25% from 255) = 20%

R = 64%
G = 16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#300C0F (or 0x300C0F) is known color: Rustic Red. HEX triplet: 30, 0C and 0F. RGB value is (48,12,15). Sum of RGB (Red+Green+Blue) = 48+12+15=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0F is #CFF3F0. Grayscale: #171717. Windows color (decimal): -13628401 or 986160. OLE color: 986160.

HSL color Cylindrical-coordinate representation of color #300C0F: hue angle of 355º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C0F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 12 15 -
CMYK 0 0.75 0.69 0.81
HSL 355º 0.6% 0.12% -
HSV(B) 355º 0.75% 0.19% -
XYZ 1.44 0.93 0.55 -
YUV 23.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 48 12 15 0 0.75 0.69 0.81 355 0.6 0.12
Hex 30 C F 0 4B 45 51 163 3C C
Octal 60 14 17 0 113 105 121 543 74 14
Binary 110000 1100 1111 0 1001011 1000101 1010001 101100011 111100 1100

Color Harmonies of #300C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C0F

Black with #300C0F

Text Example


Text Example

White with #300C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,12,15); }

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

background-color css

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

 a { background-color: rgb(48,12,15); }

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

border-color css

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

 span { border-color: rgb(48,12,15); }

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