#380506

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

Shades of Rustic Red #380506

Tints of Rustic Red #380506

Color information

#380506 (or 0x380506) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 06. RGB value is (56,5,6). Sum of RGB (Red+Green+Blue) = 56+5+6=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380506 is #C7FAF9. Grayscale: #141414. Windows color (decimal): -13105914 or 394552. OLE color: 394552.

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

Color convert

RGB5656-
CMYK00.910.890.78
HSL358.82º83.61%11.96%-
HSV(B)358.82º91.07%21.96%-
XYZ1.720.960.27-
YUV20.36119.9153.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=83.58%
G=7.46%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565600.910.890.78358.8283.6111.96
Hex385605B594E16754c
Octal7056013313111654712414
Binary111000101110010110111011001100111010110011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380506; }

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

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

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

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

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

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

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

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