#38030F

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

Shades of Rustic Red #38030F

Tints of Rustic Red #38030F

Color information

#38030F (or 0x38030F) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 0F. RGB value is (56,3,15). Sum of RGB (Red+Green+Blue) = 56+3+15=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #38030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38030F is #C7FCF0. Grayscale: #141414. Windows color (decimal): -13106417 or 983864. OLE color: 983864.

HSL color Cylindrical-coordinate representation of color #38030F: hue angle of 346.42º 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 #38030F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB56315-
CMYK00.950.730.78
HSL346.42º89.83%11.57%-
HSV(B)346.42º94.64%21.96%-
XYZ1.750.940.54-
YUV20.22125.06153.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=75.68%
G=4.05%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631500.950.730.78346.4289.8311.57
Hex383F05F494E15a5ac
Octal70317013711111653213214
Binary111000111111010111111001001100111010101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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