Html Css Color HEX #300B0C Rustic Red

📋 copy color: '#300B0C'

red 48 ◦ green 11 ◦ blue 12

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

Shades of Rustic Red #300B0C

Tints of Rustic Red #300B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.49%

 BLUE value IS 12 (5.08% from 255) = 16.9%

R = 67.61%
G = 15.49%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#300B0C (or 0x300B0C) is known color: Rustic Red. HEX triplet: 30, 0B and 0C. RGB value is (48,11,12). Sum of RGB (Red+Green+Blue) = 48+11+12=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0C is #CFF4F3. Grayscale: #161616. Windows color (decimal): -13628660 or 789296. OLE color: 789296.

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

Color convert

RGB 48 11 12 -
CMYK 0 0.77 0.75 0.81
HSL 358.38º 0.63% 0.12% -
HSV(B) 358.38º 0.77% 0.19% -
XYZ 1.4 0.89 0.45 -
YUV 22.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 48 11 12 0 0.77 0.75 0.81 358.38 0.63 0.12
Hex 30 B C 0 4D 4B 51 166 3F C
Octal 60 13 14 0 115 113 121 546 77 14
Binary 110000 1011 1100 0 1001101 1001011 1010001 101100110 111111 1100

Color Harmonies of #300B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B0C

Black with #300B0C

Text Example


Text Example

White with #300B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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