#B7432D

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

Shades of Medium Carmine #B7432D

Tints of Medium Carmine #B7432D

Color information

#B7432D (or 0xB7432D) is unknown color: approx Medium Carmine. HEX triplet: B7, 43 and 2D. RGB value is (183,67,45). Sum of RGB (Red+Green+Blue) = 183+67+45=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7432D is #48BCD2. Grayscale: #636363. Windows color (decimal): -4766931 or 2966455. OLE color: 2966455.

HSL color Cylindrical-coordinate representation of color #B7432D: hue angle of 9.57º degrees, saturation: 0.61, 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 #B7432D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1836745-
CMYK00.630.750.28
HSL9.57º60.53%44.71%-
HSV(B)9.57º75.41%71.76%-
XYZ22.0114.274.08-
YUV99.1897.43187.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=62.03%
G=22.71%
B=15.25%

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
Decimal183674500.630.750.289.5760.5344.71
HexB7432D03F4B1Ca3d2d
Octal2671035507711334127555
Binary10110111100001110110101111111001011111001010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7432D; }

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

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

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

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

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

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

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

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