#38070E

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

Shades of Rustic Red #38070E

Tints of Rustic Red #38070E

Color information

#38070E (or 0x38070E) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 0E. RGB value is (56,7,14). Sum of RGB (Red+Green+Blue) = 56+7+14=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #38070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38070E is #C7F8F1. Grayscale: #161616. Windows color (decimal): -13105394 or 919352. OLE color: 919352.

HSL color Cylindrical-coordinate representation of color #38070E: hue angle of 351.43º 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 #38070E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB56714-
CMYK00.880.750.78
HSL351.43º77.78%12.35%-
HSV(B)351.43º87.5%21.96%-
XYZ1.791.020.52-
YUV22.45123.23151.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5671400.880.750.78351.4377.7812.35
Hex387E0584B4E15f4ec
Octal70716013011311653711614
Binary1110001111110010110001001011100111010101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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