#381217

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

Shades of Rustic Red #381217

Tints of Rustic Red #381217

Color information

#381217 (or 0x381217) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 17. RGB value is (56,18,23). Sum of RGB (Red+Green+Blue) = 56+18+23=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381217 is #C7EDE8. Grayscale: #1D1D1D. Windows color (decimal): -13102569 or 1511992. OLE color: 1511992.

HSL color Cylindrical-coordinate representation of color #381217: hue angle of 352.11º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381217 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB561823-
CMYK00.680.590.78
HSL352.11º51.35%14.51%-
HSV(B)352.11º67.86%21.96%-
XYZ21.340.96-
YUV29.93124.09146.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=57.73%
G=18.56%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182300.680.590.78352.1151.3514.51
Hex3812170443B4E16033f
Octal7022270104731165406317
Binary11100010010101110100010011101110011101011000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381217; }

 p { color: rgb(56,18,23); }

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

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

 a { background-color: rgb(56,18,23); }

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

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

 span { border-color: rgb(56,18,23); }

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