#B9433D

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

Shades of Medium Carmine #B9433D

Tints of Medium Carmine #B9433D

Color information

#B9433D (or 0xB9433D) is unknown color: approx Medium Carmine. HEX triplet: B9, 43 and 3D. RGB value is (185,67,61). Sum of RGB (Red+Green+Blue) = 185+67+61=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9433D is #46BCC2. Grayscale: #656565. Windows color (decimal): -4635843 or 4015033. OLE color: 4015033.

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

Color convert

RGB1856761-
CMYK00.640.670.27
HSL2.9º50.41%48.24%-
HSV(B)2.9º67.03%72.55%-
XYZ22.8614.676.04-
YUV101.6105.09187.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=59.11%
G=21.41%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185676100.640.670.272.950.4148.24
HexB9433D040431B33230
Octal2711037501001033336260
Binary1011100110000111111010100000010000111101111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9433D; }

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

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

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

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

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

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

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

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