Html Css Color HEX #B53E36 Medium Carmine

📋 copy color: '#B53E36'

red 181 ◦ green 62 ◦ blue 54

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

Shades of Medium Carmine #B53E36

Tints of Medium Carmine #B53E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 60.94%
G = 20.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B53E36 (or 0xB53E36) is known color: Medium Carmine. HEX triplet: B5, 3E and 36. RGB value is (181,62,54). Sum of RGB (Red+Green+Blue) = 181+62+54=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E36 is #4AC1C9. Grayscale: #606060. Windows color (decimal): -4899274 or 3554997. OLE color: 3554997.

HSL color Cylindrical-coordinate representation of color #B53E36: hue angle of 3.78º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53E36 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 62 54 -
CMYK 0 0.66 0.70 0.29
HSL 3.78º 0.54% 0.46% -
HSV(B) 3.78º 0.7% 0.71% -
XYZ 21.44 13.54 4.97 -
YUV 96.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 181 62 54 0 0.66 0.70 0.29 3.78 0.54 0.46
Hex B5 3E 36 0 42 46 1D 4 36 2E
Octal 265 76 66 0 102 106 35 4 66 56
Binary 10110101 111110 110110 0 1000010 1000110 11101 100 110110 101110

Color Harmonies of #B53E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E36

Black with #B53E36

Text Example


Text Example

White with #B53E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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