Html Css Color HEX #B9403A Medium Carmine

📋 copy color: '#B9403A'

red 185 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #B9403A

Tints of Medium Carmine #B9403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 60.26%
G = 20.85%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9403A (or 0xB9403A) is known color: Medium Carmine. HEX triplet: B9, 40 and 3A. RGB value is (185,64,58). Sum of RGB (Red+Green+Blue) = 185+64+58=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9403A is #46BFC5. Grayscale: #636363. Windows color (decimal): -4636614 or 3817657. OLE color: 3817657.

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

Color convert

RGB 185 64 58 -
CMYK 0 0.65 0.69 0.27
HSL 2.83º 0.52% 0.48% -
HSV(B) 2.83º 0.69% 0.73% -
XYZ 22.6 14.29 5.57 -
YUV 99.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 185 64 58 0 0.65 0.69 0.27 2.83 0.52 0.48
Hex B9 40 3A 0 41 45 1B 3 34 30
Octal 271 100 72 0 101 105 33 3 64 60
Binary 10111001 1000000 111010 0 1000001 1000101 11011 11 110100 110000

Color Harmonies of #B9403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9403A

Black with #B9403A

Text Example


Text Example

White with #B9403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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