#380507

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

Shades of Rustic Red #380507

Tints of Rustic Red #380507

Color information

#380507 (or 0x380507) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 07. RGB value is (56,5,7). Sum of RGB (Red+Green+Blue) = 56+5+7=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380507 is #C7FAF8. Grayscale: #141414. Windows color (decimal): -13105913 or 460088. OLE color: 460088.

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

Color convert

RGB5657-
CMYK00.910.880.78
HSL357.65º83.61%11.96%-
HSV(B)357.65º91.07%21.96%-
XYZ1.720.960.3-
YUV20.48120.4153.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 7 (3.12% from 255) = 10.29%
R=82.35%
G=7.35%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565700.910.880.78357.6583.6111.96
Hex385705B584E16654c
Octal7057013313011654612414
Binary111000101111010110111011000100111010110011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380507; }

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

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

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

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

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

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

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

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