#B9402E

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

Shades of Medium Carmine #B9402E

Tints of Medium Carmine #B9402E

Color information

#B9402E (or 0xB9402E) is unknown color: approx Medium Carmine. HEX triplet: B9, 40 and 2E. RGB value is (185,64,46). Sum of RGB (Red+Green+Blue) = 185+64+46=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9402E is #46BFD1. Grayscale: #626262. Windows color (decimal): -4636626 or 3031225. OLE color: 3031225.

HSL color Cylindrical-coordinate representation of color #B9402E: hue angle of 7.77º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9402E is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1856446-
CMYK00.650.750.27
HSL7.77º60.17%45.29%-
HSV(B)7.77º75.14%72.55%-
XYZ22.3314.184.14-
YUV98.1398.59189.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=62.71%
G=21.69%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185644600.650.750.277.7760.1745.29
HexB9402E0414B1B83c2d
Octal27110056010111333107455
Binary101110011000000101110010000011001011110111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9402E; }

 p { color: rgb(185,64,46); }

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

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

 a { background-color: rgb(185,64,46); }

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

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

 span { border-color: rgb(185,64,46); }

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