#28030C

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

Shades of Rustic Red #28030C

Tints of Rustic Red #28030C

Color information

#28030C (or 0x28030C) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 0C. RGB value is (40,3,12). Sum of RGB (Red+Green+Blue) = 40+3+12=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28030C is #D7FCF3. Grayscale: #0F0F0F. Windows color (decimal): -14154996 or 787240. OLE color: 787240.

HSL color Cylindrical-coordinate representation of color #28030C: hue angle of 345.41º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28030C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB40312-
CMYK00.930.700.84
HSL345.41º86.05%8.43%-
HSV(B)345.41º92.5%15.69%-
XYZ0.970.540.4-
YUV15.09126.26145.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=72.73%
G=5.45%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031200.930.700.84345.4186.058.43
Hex283C05D4654159568
Octal50314013510612453112610
Binary101000111100010111011000110101010010101100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28030C; }

 p { color: rgb(40,3,12); }

 H1.HeaderClassName
 {
   color: #28030C;
 }
 .AnyTagClassName
 {
   color: #28030C;
 }
</style>
background-color css

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

 a { background-color: rgb(40,3,12); }

 div.DivClassName
 {
   background-color: #28030C;
 }
 .BgClassName
 {
   background-color: #28030C;
 }
</style>
border-color css

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

 span { border-color: rgb(40,3,12); }

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