#380508

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

Shades of Rustic Red #380508

Tints of Rustic Red #380508

Color information

#380508 (or 0x380508) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 08. RGB value is (56,5,8). Sum of RGB (Red+Green+Blue) = 56+5+8=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380508 is #C7FAF7. Grayscale: #141414. Windows color (decimal): -13105912 or 525624. OLE color: 525624.

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

Color convert

RGB5658-
CMYK00.910.860.78
HSL356.47º83.61%11.96%-
HSV(B)356.47º91.07%21.96%-
XYZ1.730.970.33-
YUV20.59120.9153.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=81.16%
G=7.25%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565800.910.860.78356.4783.6111.96
Hex385805B564E16454c
Octal70510013312611654412414
Binary1110001011000010110111010110100111010110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380508; }

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

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

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

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

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

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

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

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