#300817

Color #300817 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #300817

Tints of Rustic Red #300817

Color information

#300817 (or 0x300817) is unknown color: approx 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

RGB48823-
CMYK00.830.520.81
HSL337.5º71.43%10.98%-
HSV(B)337.5º83.33%18.82%-
XYZ1.460.860.9-
YUV21.67128.75146.78-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4882300.830.520.81337.571.4310.98
Hex30817053345115247b
Octal60102701236412152210713
Binary11000010001011101010011110100101000110101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>