#B2432E

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

Shades of Medium Carmine #B2432E

Tints of Medium Carmine #B2432E

Color information

#B2432E (or 0xB2432E) is unknown color: approx Medium Carmine. HEX triplet: B2, 43 and 2E. RGB value is (178,67,46). Sum of RGB (Red+Green+Blue) = 178+67+46=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2432E is #4DBCD1. Grayscale: #616161. Windows color (decimal): -5094610 or 3031986. OLE color: 3031986.

HSL color Cylindrical-coordinate representation of color #B2432E: hue angle of 9.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2432E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1786746-
CMYK00.620.740.30
HSL9.55º58.93%43.92%-
HSV(B)9.55º74.16%69.8%-
XYZ20.8613.684.13-
YUV97.898.77185.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.17%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=61.17%
G=23.02%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178674600.620.740.309.5558.9343.92
HexB2432E03E4A1Ea3b2c
Octal2621035607611236127354
Binary10110010100001110111001111101001010111101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2432E; }

 p { color: rgb(178,67,46); }

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

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

 a { background-color: rgb(178,67,46); }

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

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

 span { border-color: rgb(178,67,46); }

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