Html Css Color HEX #B54136 Medium Carmine

📋 copy color: '#B54136'

red 181 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #B54136

Tints of Medium Carmine #B54136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 60.33%
G = 21.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B54136 (or 0xB54136) is known color: Medium Carmine. HEX triplet: B5, 41 and 36. RGB value is (181,65,54). Sum of RGB (Red+Green+Blue) = 181+65+54=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B54136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54136 is #4ABEC9. Grayscale: #626262. Windows color (decimal): -4898506 or 3555765. OLE color: 3555765.

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

Color convert

RGB 181 65 54 -
CMYK 0 0.64 0.70 0.29
HSL 5.2º 0.54% 0.46% -
HSV(B) 5.2º 0.7% 0.71% -
XYZ 21.61 13.87 5.03 -
YUV 98.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 181 65 54 0 0.64 0.70 0.29 5.2 0.54 0.46
Hex B5 41 36 0 40 46 1D 5 36 2E
Octal 265 101 66 0 100 106 35 5 66 56
Binary 10110101 1000001 110110 0 1000000 1000110 11101 101 110110 101110

Color Harmonies of #B54136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54136

Black with #B54136

Text Example


Text Example

White with #B54136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54136; }

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

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

background-color css

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

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

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

border-color css

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

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

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