Html Css Color HEX #B53431 Medium Carmine

📋 copy color: '#B53431'

red 181 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #B53431

Tints of Medium Carmine #B53431

RGB

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

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

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

R = 64.18%
G = 18.44%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B53431 (or 0xB53431) is known color: Medium Carmine. HEX triplet: B5, 34 and 31. RGB value is (181,52,49). Sum of RGB (Red+Green+Blue) = 181+52+49=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B53431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53431 is #4ACBCE. Grayscale: #5A5A5A. Windows color (decimal): -4901839 or 3224757. OLE color: 3224757.

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

Color convert

RGB 181 52 49 -
CMYK 0 0.71 0.73 0.29
HSL 1.36º 0.57% 0.45% -
HSV(B) 1.36º 0.73% 0.71% -
XYZ 20.84 12.5 4.22 -
YUV 90.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 181 52 49 0 0.71 0.73 0.29 1.36 0.57 0.45
Hex B5 34 31 0 47 49 1D 1 39 2D
Octal 265 64 61 0 107 111 35 1 71 55
Binary 10110101 110100 110001 0 1000111 1001001 11101 1 111001 101101

Color Harmonies of #B53431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53431

Black with #B53431

Text Example


Text Example

White with #B53431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53431; }

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

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

background-color css

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

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

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

border-color css

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

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

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