#38050E

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

Shades of Rustic Red #38050E

Tints of Rustic Red #38050E

Color information

#38050E (or 0x38050E) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 0E. RGB value is (56,5,14). Sum of RGB (Red+Green+Blue) = 56+5+14=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38050E is #C7FAF1. Grayscale: #151515. Windows color (decimal): -13105906 or 918840. OLE color: 918840.

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

Color convert

RGB56514-
CMYK00.910.750.78
HSL349.41º83.61%11.96%-
HSV(B)349.41º91.07%21.96%-
XYZ1.760.980.51-
YUV21.28123.9152.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 74.67%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=74.67%
G=6.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651400.910.750.78349.4183.6111.96
Hex385E05B4B4E15d54c
Octal70516013311311653512414
Binary1110001011110010110111001011100111010101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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