#B2402E

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

Shades of Medium Carmine #B2402E

Tints of Medium Carmine #B2402E

Color information

#B2402E (or 0xB2402E) is unknown color: approx Medium Carmine. HEX triplet: B2, 40 and 2E. RGB value is (178,64,46). Sum of RGB (Red+Green+Blue) = 178+64+46=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2402E is #4DBFD1. Grayscale: #606060. Windows color (decimal): -5095378 or 3031218. OLE color: 3031218.

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

Color convert

RGB1786446-
CMYK00.640.740.30
HSL8.18º58.93%43.92%-
HSV(B)8.18º74.16%69.8%-
XYZ20.6913.334.07-
YUV96.0399.77186.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.81%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=61.81%
G=22.22%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178644600.640.740.308.1858.9343.92
HexB2402E0404A1E83b2c
Octal26210056010011236107354
Binary101100101000000101110010000001001010111101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2402E; }

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

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

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

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

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

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

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

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