Html Css Color HEX #B93431 Medium Carmine

📋 copy color: '#B93431'

red 185 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #B93431

Tints of Medium Carmine #B93431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 64.69%
G = 18.18%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93431 (or 0xB93431) is known color: Medium Carmine. HEX triplet: B9, 34 and 31. RGB value is (185,52,49). Sum of RGB (Red+Green+Blue) = 185+52+49=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93431 is #46CBCE. Grayscale: #5B5B5B. Windows color (decimal): -4639695 or 3224761. OLE color: 3224761.

HSL color Cylindrical-coordinate representation of color #B93431: hue angle of 1.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93431 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 49 -
CMYK 0 0.72 0.74 0.27
HSL 1.32º 0.58% 0.46% -
HSV(B) 1.32º 0.74% 0.73% -
XYZ 21.79 12.99 4.26 -
YUV 91.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 185 52 49 0 0.72 0.74 0.27 1.32 0.58 0.46
Hex B9 34 31 0 48 4A 1B 1 3A 2E
Octal 271 64 61 0 110 112 33 1 72 56
Binary 10111001 110100 110001 0 1001000 1001010 11011 1 111010 101110

Color Harmonies of #B93431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93431

Black with #B93431

Text Example


Text Example

White with #B93431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93431; }

 p { color: rgb(185,52,49); }

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

background-color css

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

 a { background-color: rgb(185,52,49); }

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

border-color css

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

 span { border-color: rgb(185,52,49); }

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