#B9423D

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

Shades of Medium Carmine #B9423D

Tints of Medium Carmine #B9423D

Color information

#B9423D (or 0xB9423D) is unknown color: approx Medium Carmine. HEX triplet: B9, 42 and 3D. RGB value is (185,66,61). Sum of RGB (Red+Green+Blue) = 185+66+61=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9423D is #46BDC2. Grayscale: #656565. Windows color (decimal): -4636099 or 4014777. OLE color: 4014777.

HSL color Cylindrical-coordinate representation of color #B9423D: hue angle of 2.42º 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 #B9423D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1856661-
CMYK00.640.670.27
HSL2.42º50.41%48.24%-
HSV(B)2.42º67.03%72.55%-
XYZ22.814.556.02-
YUV101.01105.42187.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=59.29%
G=21.15%
B=19.55%

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
Decimal185666100.640.670.272.4250.4148.24
HexB9423D040431B23230
Octal2711027501001033326260
Binary1011100110000101111010100000010000111101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9423D; }

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

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

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

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

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

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

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

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