#B9433E

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

Shades of Medium Carmine #B9433E

Tints of Medium Carmine #B9433E

Color information

#B9433E (or 0xB9433E) is unknown color: approx Medium Carmine. HEX triplet: B9, 43 and 3E. RGB value is (185,67,62). Sum of RGB (Red+Green+Blue) = 185+67+62=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9433E is #46BCC1. Grayscale: #656565. Windows color (decimal): -4635842 or 4080569. OLE color: 4080569.

HSL color Cylindrical-coordinate representation of color #B9433E: hue angle of 2.44º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9433E is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1856762-
CMYK00.640.660.27
HSL2.44º49.8%48.43%-
HSV(B)2.44º66.49%72.55%-
XYZ22.8814.686.18-
YUV101.71105.59187.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=58.92%
G=21.34%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185676200.640.660.272.4449.848.43
HexB9433E040421B23230
Octal2711037601001023326260
Binary1011100110000111111100100000010000101101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9433E; }

 p { color: rgb(185,67,62); }

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

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

 a { background-color: rgb(185,67,62); }

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

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

 span { border-color: rgb(185,67,62); }

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