#380408

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

Shades of Rustic Red #380408

Tints of Rustic Red #380408

Color information

#380408 (or 0x380408) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 08. RGB value is (56,4,8). Sum of RGB (Red+Green+Blue) = 56+4+8=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380408 is #C7FBF7. Grayscale: #141414. Windows color (decimal): -13106168 or 525368. OLE color: 525368.

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

Color convert

RGB5648-
CMYK00.930.860.78
HSL355.38º86.67%11.76%-
HSV(B)355.38º92.86%21.96%-
XYZ1.720.950.32-
YUV20121.23153.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 4 (1.95% from 255) = 5.88%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=82.35%
G=5.88%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564800.930.860.78355.3886.6711.76
Hex384805D564E16357c
Octal70410013512611654312714
Binary1110001001000010111011010110100111010110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380408; }

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

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

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

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

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

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

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

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