#38030E

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

Shades of Rustic Red #38030E

Tints of Rustic Red #38030E

Color information

#38030E (or 0x38030E) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 0E. RGB value is (56,3,14). Sum of RGB (Red+Green+Blue) = 56+3+14=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #38030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38030E is #C7FCF1. Grayscale: #141414. Windows color (decimal): -13106418 or 918328. OLE color: 918328.

HSL color Cylindrical-coordinate representation of color #38030E: hue angle of 347.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38030E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB56314-
CMYK00.950.750.78
HSL347.55º89.83%11.57%-
HSV(B)347.55º94.64%21.96%-
XYZ1.740.940.5-
YUV20.1124.56153.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=76.71%
G=4.11%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631400.950.750.78347.5589.8311.57
Hex383E05F4B4E15c5ac
Octal70316013711311653413214
Binary111000111110010111111001011100111010101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,3,14); }

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

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

 a { background-color: rgb(56,3,14); }

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

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

 span { border-color: rgb(56,3,14); }

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