#38050F

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

Shades of Rustic Red #38050F

Tints of Rustic Red #38050F

Color information

#38050F (or 0x38050F) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 0F. RGB value is (56,5,15). Sum of RGB (Red+Green+Blue) = 56+5+15=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #38050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38050F is #C7FAF0. Grayscale: #151515. Windows color (decimal): -13105905 or 984376. OLE color: 984376.

HSL color Cylindrical-coordinate representation of color #38050F: hue angle of 348.24º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38050F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB56515-
CMYK00.910.730.78
HSL348.24º83.61%11.96%-
HSV(B)348.24º91.07%21.96%-
XYZ1.770.980.55-
YUV21.39124.4152.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=73.68%
G=6.58%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651500.910.730.78348.2483.6111.96
Hex385F05B494E15c54c
Octal70517013311111653412414
Binary1110001011111010110111001001100111010101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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