#B4382A

Color #B4382A Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B4382A

Tints of Medium Carmine #B4382A

Color information

#B4382A (or 0xB4382A) is unknown color: approx Medium Carmine. HEX triplet: B4, 38 and 2A. RGB value is (180,56,42). Sum of RGB (Red+Green+Blue) = 180+56+42=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4382A is #4BC7D5. Grayscale: #5B5B5B. Windows color (decimal): -4966358 or 2767028. OLE color: 2767028.

HSL color Cylindrical-coordinate representation of color #B4382A: hue angle of 6.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4382A is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1805642-
CMYK00.690.770.29
HSL6.09º62.16%43.53%-
HSV(B)6.09º76.67%70.59%-
XYZ20.6512.73.55-
YUV91.48100.08191.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=64.75%
G=20.14%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180564200.690.770.296.0962.1643.53
HexB4382A0454D1D63e2c
Octal264705201051153567654
Binary1011010011100010101001000101100110111101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4382A; }

 p { color: rgb(180,56,42); }

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

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

 a { background-color: rgb(180,56,42); }

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

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

 span { border-color: rgb(180,56,42); }

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