Html Css Color HEX #B9362A Medium Carmine

📋 copy color: '#B9362A'

red 185 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #B9362A

Tints of Medium Carmine #B9362A

RGB

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

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

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

R = 65.84%
G = 19.22%
B = 14.95%

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

#B9362A (or 0xB9362A) is known color: Medium Carmine. HEX triplet: B9, 36 and 2A. RGB value is (185,54,42). Sum of RGB (Red+Green+Blue) = 185+54+42=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9362A is #46C9D5. Grayscale: #5B5B5B. Windows color (decimal): -4639190 or 2766521. OLE color: 2766521.

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

Color convert

RGB 185 54 42 -
CMYK 0 0.71 0.77 0.27
HSL 5.03º 0.63% 0.45% -
HSV(B) 5.03º 0.77% 0.73% -
XYZ 21.74 13.12 3.58 -
YUV 91.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 185 54 42 0 0.71 0.77 0.27 5.03 0.63 0.45
Hex B9 36 2A 0 47 4D 1B 5 3F 2D
Octal 271 66 52 0 107 115 33 5 77 55
Binary 10111001 110110 101010 0 1000111 1001101 11011 101 111111 101101

Color Harmonies of #B9362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9362A

Black with #B9362A

Text Example


Text Example

White with #B9362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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