Html Css Color HEX #B54536 Medium Carmine

📋 copy color: '#B54536'

red 181 ◦ green 69 ◦ blue 54

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

Shades of Medium Carmine #B54536

Tints of Medium Carmine #B54536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 59.54%
G = 22.7%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B54536 (or 0xB54536) is known color: Medium Carmine. HEX triplet: B5, 45 and 36. RGB value is (181,69,54). Sum of RGB (Red+Green+Blue) = 181+69+54=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B54536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54536 is #4ABAC9. Grayscale: #646464. Windows color (decimal): -4897482 or 3556789. OLE color: 3556789.

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

Color convert

RGB 181 69 54 -
CMYK 0 0.62 0.70 0.29
HSL 7.09º 0.54% 0.46% -
HSV(B) 7.09º 0.7% 0.71% -
XYZ 21.85 14.35 5.11 -
YUV 100.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 181 69 54 0 0.62 0.70 0.29 7.09 0.54 0.46
Hex B5 45 36 0 3E 46 1D 7 36 2E
Octal 265 105 66 0 76 106 35 7 66 56
Binary 10110101 1000101 110110 0 111110 1000110 11101 111 110110 101110

Color Harmonies of #B54536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54536

Black with #B54536

Text Example


Text Example

White with #B54536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54536; }

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

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

background-color css

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

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

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

border-color css

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

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

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