#380B1B

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

Shades of Rustic Red #380B1B

Tints of Rustic Red #380B1B

Color information

#380B1B (or 0x380B1B) is unknown color: approx Rustic Red. HEX triplet: 38, 0B and 1B. RGB value is (56,11,27). Sum of RGB (Red+Green+Blue) = 56+11+27=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B1B is #C7F4E4. Grayscale: #1A1A1A. Windows color (decimal): -13104357 or 1772344. OLE color: 1772344.

HSL color Cylindrical-coordinate representation of color #380B1B: hue angle of 338.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B1B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB561127-
CMYK00.800.520.78
HSL338.67º67.16%13.14%-
HSV(B)338.67º80.36%21.96%-
XYZ1.951.161.16-
YUV26.28128.41149.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=59.57%
G=11.70%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56112700.800.520.78338.6767.1613.14
Hex38B1B050344E15343d
Octal70133301206411652310315
Binary11100010111101101010000110100100111010101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380B1B; }

 p { color: rgb(56,11,27); }

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

<style>
 a { background-color: #380B1B; }

 a { background-color: rgb(56,11,27); }

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

<style>
 span { border-color: #380B1B; }

 span { border-color: rgb(56,11,27); }

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