#300708

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

Shades of Rustic Red #300708

Tints of Rustic Red #300708

Color information

#300708 (or 0x300708) is unknown color: approx Rustic Red. HEX triplet: 30, 07 and 08. RGB value is (48,7,8). Sum of RGB (Red+Green+Blue) = 48+7+8=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300708 is #CFF8F7. Grayscale: #131313. Windows color (decimal): -13629688 or 526128. OLE color: 526128.

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

Color convert

RGB4878-
CMYK00.850.830.81
HSL358.54º74.55%10.78%-
HSV(B)358.54º85.42%18.82%-
XYZ1.340.80.31-
YUV19.37121.58148.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=76.19%
G=11.11%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal487800.850.830.81358.5474.5510.78
Hex307805553511674bb
Octal60710012512312154711313
Binary1100001111000010101011010011101000110110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300708; }

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

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

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

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

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

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

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

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