Html Css Color HEX #B53432 Medium Carmine

📋 copy color: '#B53432'

red 181 ◦ green 52 ◦ blue 50

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

Shades of Medium Carmine #B53432

Tints of Medium Carmine #B53432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 63.96%
G = 18.37%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B53432 (or 0xB53432) is known color: Medium Carmine. HEX triplet: B5, 34 and 32. RGB value is (181,52,50). Sum of RGB (Red+Green+Blue) = 181+52+50=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B53432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53432 is #4ACBCD. Grayscale: #5A5A5A. Windows color (decimal): -4901838 or 3290293. OLE color: 3290293.

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

Color convert

RGB 181 52 50 -
CMYK 0 0.71 0.72 0.29
HSL 0.92º 0.57% 0.45% -
HSV(B) 0.92º 0.72% 0.71% -
XYZ 20.86 12.51 4.33 -
YUV 90.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 181 52 50 0 0.71 0.72 0.29 0.92 0.57 0.45
Hex B5 34 32 0 47 48 1D 1 39 2D
Octal 265 64 62 0 107 110 35 1 71 55
Binary 10110101 110100 110010 0 1000111 1001000 11101 1 111001 101101

Color Harmonies of #B53432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53432

Black with #B53432

Text Example


Text Example

White with #B53432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53432; }

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

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

background-color css

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

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

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

border-color css

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

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

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