#380316

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

Shades of Rustic Red #380316

Tints of Rustic Red #380316

Color information

#380316 (or 0x380316) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 16. RGB value is (56,3,22). Sum of RGB (Red+Green+Blue) = 56+3+22=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380316 is #C7FCE9. Grayscale: #141414. Windows color (decimal): -13106410 or 1442616. OLE color: 1442616.

HSL color Cylindrical-coordinate representation of color #380316: hue angle of 338.49º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380316 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB56322-
CMYK00.950.610.78
HSL338.49º89.83%11.57%-
HSV(B)338.49º94.64%21.96%-
XYZ1.810.960.85-
YUV21.01128.56152.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=69.14%
G=3.70%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632200.950.610.78338.4989.8311.57
Hex3831605F3D4E1525ac
Octal7032601377511652213214
Binary111000111011001011111111101100111010101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380316; }

 p { color: rgb(56,3,22); }

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

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

 a { background-color: rgb(56,3,22); }

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

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

 span { border-color: rgb(56,3,22); }

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