#30080E

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

Shades of Rustic Red #30080E

Tints of Rustic Red #30080E

Color information

#30080E (or 0x30080E) is unknown color: approx Rustic Red. HEX triplet: 30, 08 and 0E. RGB value is (48,8,14). Sum of RGB (Red+Green+Blue) = 48+8+14=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #30080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30080E is #CFF7F1. Grayscale: #141414. Windows color (decimal): -13629426 or 919600. OLE color: 919600.

HSL color Cylindrical-coordinate representation of color #30080E: hue angle of 351º 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 #30080E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB48814-
CMYK00.830.710.81
HSL351º71.43%10.98%-
HSV(B)351º83.33%18.82%-
XYZ1.390.830.5-
YUV20.64124.25147.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 14 (5.86% from 255) = 20%
R=68.57%
G=11.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4881400.830.710.8135171.4310.98
Hex308E053475115f47b
Octal601016012310712153710713
Binary11000010001110010100111000111101000110101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30080E; }

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

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

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

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

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

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

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

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