Html Css Color HEX #B9443C Medium Carmine

📋 copy color: '#B9443C'

red 185 ◦ green 68 ◦ blue 60

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

Shades of Medium Carmine #B9443C

Tints of Medium Carmine #B9443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 59.11%
G = 21.73%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9443C (or 0xB9443C) is known color: Medium Carmine. HEX triplet: B9, 44 and 3C. RGB value is (185,68,60). Sum of RGB (Red+Green+Blue) = 185+68+60=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9443C is #46BBC3. Grayscale: #666666. Windows color (decimal): -4635588 or 3949753. OLE color: 3949753.

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

Color convert

RGB 185 68 60 -
CMYK 0 0.63 0.68 0.27
HSL 3.84º 0.51% 0.48% -
HSV(B) 3.84º 0.68% 0.73% -
XYZ 22.89 14.77 5.92 -
YUV 102.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 185 68 60 0 0.63 0.68 0.27 3.84 0.51 0.48
Hex B9 44 3C 0 3F 44 1B 4 33 30
Octal 271 104 74 0 77 104 33 4 63 60
Binary 10111001 1000100 111100 0 111111 1000100 11011 100 110011 110000

Color Harmonies of #B9443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9443C

Black with #B9443C

Text Example


Text Example

White with #B9443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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