#380307

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

Shades of Rustic Red #380307

Tints of Rustic Red #380307

Color information

#380307 (or 0x380307) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 07. RGB value is (56,3,7). Sum of RGB (Red+Green+Blue) = 56+3+7=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380307 is #C7FCF8. Grayscale: #131313. Windows color (decimal): -13106425 or 459576. OLE color: 459576.

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

Color convert

RGB5637-
CMYK00.950.880.78
HSL355.47º89.83%11.57%-
HSV(B)355.47º94.64%21.96%-
XYZ1.70.920.29-
YUV19.3121.06154.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 84.85%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=84.85%
G=4.55%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal563700.950.880.78355.4789.8311.57
Hex383705F584E1635ac
Octal7037013713011654313214
Binary11100011111010111111011000100111010110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380307; }

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

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

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

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

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

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

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

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