Html Css Color HEX #B53931 Medium Carmine

📋 copy color: '#B53931'

red 181 ◦ green 57 ◦ blue 49

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

Shades of Medium Carmine #B53931

Tints of Medium Carmine #B53931

RGB

 RED value IS 181 (71.09% from 255) = 63.07%

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 63.07%
G = 19.86%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B53931 (or 0xB53931) is known color: Medium Carmine. HEX triplet: B5, 39 and 31. RGB value is (181,57,49). Sum of RGB (Red+Green+Blue) = 181+57+49=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53931 is #4AC6CE. Grayscale: #5D5D5D. Windows color (decimal): -4900559 or 3226037. OLE color: 3226037.

HSL color Cylindrical-coordinate representation of color #B53931: hue angle of 3.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53931 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 49 -
CMYK 0 0.69 0.73 0.29
HSL 3.64º 0.57% 0.45% -
HSV(B) 3.64º 0.73% 0.71% -
XYZ 21.07 12.97 4.3 -
YUV 93.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 181 57 49 0 0.69 0.73 0.29 3.64 0.57 0.45
Hex B5 39 31 0 45 49 1D 4 39 2D
Octal 265 71 61 0 105 111 35 4 71 55
Binary 10110101 111001 110001 0 1000101 1001001 11101 100 111001 101101

Color Harmonies of #B53931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53931

Black with #B53931

Text Example


Text Example

White with #B53931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53931; }

 p { color: rgb(181,57,49); }

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

background-color css

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

 a { background-color: rgb(181,57,49); }

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

border-color css

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

 span { border-color: rgb(181,57,49); }

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