Html Css Color HEX #300817 Rustic Red

📋 copy color: '#300817'

red 48 ◦ green 8 ◦ blue 23

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

Shades of Rustic Red #300817

Tints of Rustic Red #300817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

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

R = 60.76%
G = 10.13%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#300817 (or 0x300817) is known color: Rustic Red. HEX triplet: 30, 08 and 17. RGB value is (48,8,23). Sum of RGB (Red+Green+Blue) = 48+8+23=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300817 is #CFF7E8. Grayscale: #151515. Windows color (decimal): -13629417 or 1509424. OLE color: 1509424.

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

Color convert

RGB 48 8 23 -
CMYK 0 0.83 0.52 0.81
HSL 337.5º 0.71% 0.11% -
HSV(B) 337.5º 0.83% 0.19% -
XYZ 1.46 0.86 0.9 -
YUV 21.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 48 8 23 0 0.83 0.52 0.81 337.5 0.71 0.11
Hex 30 8 17 0 53 34 51 152 47 B
Octal 60 10 27 0 123 64 121 522 107 13
Binary 110000 1000 10111 0 1010011 110100 1010001 101010010 1000111 1011

Color Harmonies of #300817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300817

Black with #300817

Text Example


Text Example

White with #300817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300817; }

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

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

background-color css

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

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

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

border-color css

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

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

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