Html Css Color HEX #B53631 Medium Carmine

📋 copy color: '#B53631'

red 181 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #B53631

Tints of Medium Carmine #B53631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

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

R = 63.73%
G = 19.01%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B53631 (or 0xB53631) is known color: Medium Carmine. HEX triplet: B5, 36 and 31. RGB value is (181,54,49). Sum of RGB (Red+Green+Blue) = 181+54+49=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B53631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53631 is #4AC9CE. Grayscale: #5B5B5B. Windows color (decimal): -4901327 or 3225269. OLE color: 3225269.

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

Color convert

RGB 181 54 49 -
CMYK 0 0.70 0.73 0.29
HSL 2.27º 0.57% 0.45% -
HSV(B) 2.27º 0.73% 0.71% -
XYZ 20.93 12.68 4.25 -
YUV 91.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 181 54 49 0 0.70 0.73 0.29 2.27 0.57 0.45
Hex B5 36 31 0 46 49 1D 2 39 2D
Octal 265 66 61 0 106 111 35 2 71 55
Binary 10110101 110110 110001 0 1000110 1001001 11101 10 111001 101101

Color Harmonies of #B53631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53631

Black with #B53631

Text Example


Text Example

White with #B53631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53631; }

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

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

background-color css

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

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

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

border-color css

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

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

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