Html Css Color HEX #B9362B Medium Carmine

📋 copy color: '#B9362B'

red 185 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #B9362B

Tints of Medium Carmine #B9362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 65.6%
G = 19.15%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9362B (or 0xB9362B) is known color: Medium Carmine. HEX triplet: B9, 36 and 2B. RGB value is (185,54,43). Sum of RGB (Red+Green+Blue) = 185+54+43=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9362B is #46C9D4. Grayscale: #5C5C5C. Windows color (decimal): -4639189 or 2832057. OLE color: 2832057.

HSL color Cylindrical-coordinate representation of color #B9362B: hue angle of 4.65º degrees, saturation: 0.62, 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 #B9362B is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 43 -
CMYK 0 0.71 0.77 0.27
HSL 4.65º 0.62% 0.45% -
HSV(B) 4.65º 0.77% 0.73% -
XYZ 21.76 13.13 3.67 -
YUV 91.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 185 54 43 0 0.71 0.77 0.27 4.65 0.62 0.45
Hex B9 36 2B 0 47 4D 1B 5 3E 2D
Octal 271 66 53 0 107 115 33 5 76 55
Binary 10111001 110110 101011 0 1000111 1001101 11011 101 111110 101101

Color Harmonies of #B9362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9362B

Black with #B9362B

Text Example


Text Example

White with #B9362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9362B; }

 p { color: rgb(185,54,43); }

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

background-color css

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

 a { background-color: rgb(185,54,43); }

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

border-color css

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

 span { border-color: rgb(185,54,43); }

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