Html Css Color HEX #300E17 Rustic Red

📋 copy color: '#300E17'

red 48 ◦ green 14 ◦ blue 23

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

Shades of Rustic Red #300E17

Tints of Rustic Red #300E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.47%

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 56.47%
G = 16.47%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#300E17 (or 0x300E17) is known color: Rustic Red. HEX triplet: 30, 0E and 17. RGB value is (48,14,23). Sum of RGB (Red+Green+Blue) = 48+14+23=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E17 is #CFF1E8. Grayscale: #191919. Windows color (decimal): -13627881 or 1510960. OLE color: 1510960.

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

Color convert

RGB 48 14 23 -
CMYK 0 0.71 0.52 0.81
HSL 344.12º 0.55% 0.12% -
HSV(B) 344.12º 0.71% 0.19% -
XYZ 1.53 1 0.92 -
YUV 25.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 48 14 23 0 0.71 0.52 0.81 344.12 0.55 0.12
Hex 30 E 17 0 47 34 51 158 37 C
Octal 60 16 27 0 107 64 121 530 67 14
Binary 110000 1110 10111 0 1000111 110100 1010001 101011000 110111 1100

Color Harmonies of #300E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E17

Black with #300E17

Text Example


Text Example

White with #300E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,14,23); }

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

background-color css

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

 a { background-color: rgb(48,14,23); }

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

border-color css

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

 span { border-color: rgb(48,14,23); }

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