#B7443A

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

Shades of Medium Carmine #B7443A

Tints of Medium Carmine #B7443A

Color information

#B7443A (or 0xB7443A) is unknown color: approx Medium Carmine. HEX triplet: B7, 44 and 3A. RGB value is (183,68,58). Sum of RGB (Red+Green+Blue) = 183+68+58=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7443A is #48BBC5. Grayscale: #656565. Windows color (decimal): -4766662 or 3818679. OLE color: 3818679.

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

Color convert

RGB1836858-
CMYK00.630.680.28
HSL4.8º51.87%47.25%-
HSV(B)4.8º68.31%71.76%-
XYZ22.3614.515.62-
YUV101.24103.6186.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=59.22%
G=22.01%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183685800.630.680.284.851.8747.25
HexB7443A03F441C5342f
Octal267104720771043456457
Binary1011011110001001110100111111100010011100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7443A; }

 p { color: rgb(183,68,58); }

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

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

 a { background-color: rgb(183,68,58); }

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

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

 span { border-color: rgb(183,68,58); }

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