#B2423B

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

Shades of Medium Carmine #B2423B

Tints of Medium Carmine #B2423B

Color information

#B2423B (or 0xB2423B) is unknown color: approx Medium Carmine. HEX triplet: B2, 42 and 3B. RGB value is (178,66,59). Sum of RGB (Red+Green+Blue) = 178+66+59=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2423B is #4DBDC4. Grayscale: #626262. Windows color (decimal): -5094853 or 3883698. OLE color: 3883698.

HSL color Cylindrical-coordinate representation of color #B2423B: hue angle of 3.53º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2423B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1786659-
CMYK00.630.670.30
HSL3.53º50.21%46.47%-
HSV(B)3.53º66.85%69.8%-
XYZ21.113.685.67-
YUV98.69105.61184.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=58.75%
G=21.78%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178665900.630.670.303.5350.2146.47
HexB2423B03F431E4322e
Octal262102730771033646256
Binary1011001010000101110110111111100001111110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2423B; }

 p { color: rgb(178,66,59); }

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

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

 a { background-color: rgb(178,66,59); }

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

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

 span { border-color: rgb(178,66,59); }

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