#380912

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

Shades of Rustic Red #380912

Tints of Rustic Red #380912

Color information

#380912 (or 0x380912) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 12. RGB value is (56,9,18). Sum of RGB (Red+Green+Blue) = 56+9+18=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380912 is #C7F6ED. Grayscale: #181818. Windows color (decimal): -13104878 or 1182008. OLE color: 1182008.

HSL color Cylindrical-coordinate representation of color #380912: hue angle of 348.51º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380912 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB56918-
CMYK00.840.680.78
HSL348.51º72.31%12.75%-
HSV(B)348.51º83.93%21.96%-
XYZ1.841.080.68-
YUV24.08124.57150.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=67.47%
G=10.84%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691800.840.680.78348.5172.3112.75
Hex38912054444E15d48d
Octal701122012410411653511015
Binary111000100110010010101001000100100111010101110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380912; }

 p { color: rgb(56,9,18); }

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

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

 a { background-color: rgb(56,9,18); }

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

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

 span { border-color: rgb(56,9,18); }

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