Html Css Color HEX #B9442C Medium Carmine

📋 copy color: '#B9442C'

red 185 ◦ green 68 ◦ blue 44

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

Shades of Medium Carmine #B9442C

Tints of Medium Carmine #B9442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 62.29%
G = 22.9%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9442C (or 0xB9442C) is known color: Medium Carmine. HEX triplet: B9, 44 and 2C. RGB value is (185,68,44). Sum of RGB (Red+Green+Blue) = 185+68+44=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9442C is #46BBD3. Grayscale: #646464. Windows color (decimal): -4635604 or 2901177. OLE color: 2901177.

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

Color convert

RGB 185 68 44 -
CMYK 0 0.63 0.76 0.27
HSL 10.21º 0.62% 0.45% -
HSV(B) 10.21º 0.76% 0.73% -
XYZ 22.53 14.63 4.02 -
YUV 100.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 185 68 44 0 0.63 0.76 0.27 10.21 0.62 0.45
Hex B9 44 2C 0 3F 4C 1B A 3E 2D
Octal 271 104 54 0 77 114 33 12 76 55
Binary 10111001 1000100 101100 0 111111 1001100 11011 1010 111110 101101

Color Harmonies of #B9442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9442C

Black with #B9442C

Text Example


Text Example

White with #B9442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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