Html Css Color HEX #B9402C Medium Carmine

📋 copy color: '#B9402C'

red 185 ◦ green 64 ◦ blue 44

#B9402C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B9402C

Tints of Medium Carmine #B9402C

RGB

 RED value IS 185 (72.66% from 255) = 63.14%

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 63.14%
G = 21.84%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9402C (or 0xB9402C) is known color: Medium Carmine. HEX triplet: B9, 40 and 2C. RGB value is (185,64,44). Sum of RGB (Red+Green+Blue) = 185+64+44=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9402C is #46BFD3. Grayscale: #626262. Windows color (decimal): -4636628 or 2900153. OLE color: 2900153.

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

Color convert

RGB 185 64 44 -
CMYK 0 0.65 0.76 0.27
HSL 8.51º 0.62% 0.45% -
HSV(B) 8.51º 0.76% 0.73% -
XYZ 22.3 14.16 3.94 -
YUV 97.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 185 64 44 0 0.65 0.76 0.27 8.51 0.62 0.45
Hex B9 40 2C 0 41 4C 1B 9 3E 2D
Octal 271 100 54 0 101 114 33 11 76 55
Binary 10111001 1000000 101100 0 1000001 1001100 11011 1001 111110 101101

Color Harmonies of #B9402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9402C

Black with #B9402C

Text Example


Text Example

White with #B9402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9402C; }

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

 H1.HeaderClassName
 {
   color: #B9402C;
 }
 .AnyTagClassName
 {
   color: #B9402C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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