#B2422E

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

Shades of Medium Carmine #B2422E

Tints of Medium Carmine #B2422E

Color information

#B2422E (or 0xB2422E) is unknown color: approx Medium Carmine. HEX triplet: B2, 42 and 2E. RGB value is (178,66,46). Sum of RGB (Red+Green+Blue) = 178+66+46=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2422E is #4DBDD1. Grayscale: #616161. Windows color (decimal): -5094866 or 3031730. OLE color: 3031730.

HSL color Cylindrical-coordinate representation of color #B2422E: hue angle of 9.09º 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 #B2422E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1786646-
CMYK00.630.740.30
HSL9.09º58.93%43.92%-
HSV(B)9.09º74.16%69.8%-
XYZ20.813.564.11-
YUV97.2199.11185.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.38%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=61.38%
G=22.76%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178664600.630.740.309.0958.9343.92
HexB2422E03F4A1E93b2c
Octal2621025607711236117354
Binary10110010100001010111001111111001010111101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2422E; }

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

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

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

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

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

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

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

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