#B7432E

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

Shades of Medium Carmine #B7432E

Tints of Medium Carmine #B7432E

Color information

#B7432E (or 0xB7432E) is unknown color: approx Medium Carmine. HEX triplet: B7, 43 and 2E. RGB value is (183,67,46). Sum of RGB (Red+Green+Blue) = 183+67+46=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7432E is #48BCD1. Grayscale: #636363. Windows color (decimal): -4766930 or 3031991. OLE color: 3031991.

HSL color Cylindrical-coordinate representation of color #B7432E: hue angle of 9.2º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7432E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1836746-
CMYK00.630.750.28
HSL9.2º59.83%44.9%-
HSV(B)9.2º74.86%71.76%-
XYZ22.0314.284.18-
YUV99.2997.93187.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=61.82%
G=22.64%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183674600.630.750.289.259.8344.9
HexB7432E03F4B1C93c2d
Octal2671035607711334117455
Binary10110111100001110111001111111001011111001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7432E; }

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

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

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

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

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

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

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

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