#38070F

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

Shades of Rustic Red #38070F

Tints of Rustic Red #38070F

Color information

#38070F (or 0x38070F) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 0F. RGB value is (56,7,15). Sum of RGB (Red+Green+Blue) = 56+7+15=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #38070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38070F is #C7F8F0. Grayscale: #161616. Windows color (decimal): -13105393 or 984888. OLE color: 984888.

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

Color convert

RGB56715-
CMYK00.880.730.78
HSL350.2º77.78%12.35%-
HSV(B)350.2º87.5%21.96%-
XYZ1.791.030.56-
YUV22.56123.73151.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=71.79%
G=8.97%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5671500.880.730.78350.277.7812.35
Hex387F058494E15e4ec
Octal70717013011111653611614
Binary1110001111111010110001001001100111010101111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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