Html Css Color HEX #B93531 Medium Carmine

📋 copy color: '#B93531'

red 185 ◦ green 53 ◦ blue 49

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

Shades of Medium Carmine #B93531

Tints of Medium Carmine #B93531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 64.46%
G = 18.47%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93531 (or 0xB93531) is known color: Medium Carmine. HEX triplet: B9, 35 and 31. RGB value is (185,53,49). Sum of RGB (Red+Green+Blue) = 185+53+49=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B93531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93531 is #46CACE. Grayscale: #5C5C5C. Windows color (decimal): -4639439 or 3225017. OLE color: 3225017.

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

Color convert

RGB 185 53 49 -
CMYK 0 0.71 0.74 0.27
HSL 1.76º 0.58% 0.46% -
HSV(B) 1.76º 0.74% 0.73% -
XYZ 21.84 13.08 4.28 -
YUV 92.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 185 53 49 0 0.71 0.74 0.27 1.76 0.58 0.46
Hex B9 35 31 0 47 4A 1B 2 3A 2E
Octal 271 65 61 0 107 112 33 2 72 56
Binary 10111001 110101 110001 0 1000111 1001010 11011 10 111010 101110

Color Harmonies of #B93531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93531

Black with #B93531

Text Example


Text Example

White with #B93531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93531; }

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

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

background-color css

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

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

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

border-color css

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

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

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