#380514

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

Shades of Rustic Red #380514

Tints of Rustic Red #380514

Color information

#380514 (or 0x380514) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 14. RGB value is (56,5,20). Sum of RGB (Red+Green+Blue) = 56+5+20=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380514 is #C7FAEB. Grayscale: #151515. Windows color (decimal): -13105900 or 1312056. OLE color: 1312056.

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

Color convert

RGB56520-
CMYK00.910.640.78
HSL342.35º83.61%11.96%-
HSV(B)342.35º91.07%21.96%-
XYZ1.8110.76-
YUV21.96126.9152.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=69.14%
G=6.17%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652000.910.640.78342.3583.6111.96
Hex3851405B404E15654c
Octal70524013310011652612414
Binary11100010110100010110111000000100111010101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380514; }

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

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

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

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

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

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

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

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