Html Css Color HEX #B9372A Medium Carmine

📋 copy color: '#B9372A'

red 185 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #B9372A

Tints of Medium Carmine #B9372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 65.6%
G = 19.5%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9372A (or 0xB9372A) is known color: Medium Carmine. HEX triplet: B9, 37 and 2A. RGB value is (185,55,42). Sum of RGB (Red+Green+Blue) = 185+55+42=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9372A is #46C8D5. Grayscale: #5C5C5C. Windows color (decimal): -4638934 or 2766777. OLE color: 2766777.

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

Color convert

RGB 185 55 42 -
CMYK 0 0.70 0.77 0.27
HSL 5.45º 0.63% 0.45% -
HSV(B) 5.45º 0.77% 0.73% -
XYZ 21.79 13.21 3.59 -
YUV 92.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 185 55 42 0 0.70 0.77 0.27 5.45 0.63 0.45
Hex B9 37 2A 0 46 4D 1B 5 3F 2D
Octal 271 67 52 0 106 115 33 5 77 55
Binary 10111001 110111 101010 0 1000110 1001101 11011 101 111111 101101

Color Harmonies of #B9372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9372A

Black with #B9372A

Text Example


Text Example

White with #B9372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9372A; }

 p { color: rgb(185,55,42); }

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

background-color css

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

 a { background-color: rgb(185,55,42); }

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

border-color css

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

 span { border-color: rgb(185,55,42); }

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