Html Css Color HEX #B9413F Medium Carmine

📋 copy color: '#B9413F'

red 185 ◦ green 65 ◦ blue 63

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

Shades of Medium Carmine #B9413F

Tints of Medium Carmine #B9413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 59.11%
G = 20.77%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9413F (or 0xB9413F) is known color: Medium Carmine. HEX triplet: B9, 41 and 3F. RGB value is (185,65,63). Sum of RGB (Red+Green+Blue) = 185+65+63=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9413F is #46BEC0. Grayscale: #646464. Windows color (decimal): -4636353 or 4145593. OLE color: 4145593.

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

Color convert

RGB 185 65 63 -
CMYK 0 0.65 0.66 0.27
HSL 0.98º 0.49% 0.49% -
HSV(B) 0.98º 0.66% 0.73% -
XYZ 22.8 14.45 6.29 -
YUV 100.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 185 65 63 0 0.65 0.66 0.27 0.98 0.49 0.49
Hex B9 41 3F 0 41 42 1B 1 31 31
Octal 271 101 77 0 101 102 33 1 61 61
Binary 10111001 1000001 111111 0 1000001 1000010 11011 1 110001 110001

Color Harmonies of #B9413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9413F

Black with #B9413F

Text Example


Text Example

White with #B9413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9413F; }

 p { color: rgb(185,65,63); }

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

background-color css

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

 a { background-color: rgb(185,65,63); }

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

border-color css

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

 span { border-color: rgb(185,65,63); }

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