#30070C

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

Shades of Rustic Red #30070C

Tints of Rustic Red #30070C

Color information

#30070C (or 0x30070C) is unknown color: approx Rustic Red. HEX triplet: 30, 07 and 0C. RGB value is (48,7,12). Sum of RGB (Red+Green+Blue) = 48+7+12=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #30070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30070C is #CFF8F3. Grayscale: #131313. Windows color (decimal): -13629684 or 788272. OLE color: 788272.

HSL color Cylindrical-coordinate representation of color #30070C: hue angle of 352.68º 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 #30070C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB48712-
CMYK00.850.750.81
HSL352.68º74.55%10.78%-
HSV(B)352.68º85.42%18.82%-
XYZ1.360.810.43-
YUV19.83123.58148.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=71.64%
G=10.45%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4871200.850.750.81352.6874.5510.78
Hex307C0554B511614bb
Octal60714012511312154111313
Binary1100001111100010101011001011101000110110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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