Html Css Color HEX #B54232 Medium Carmine

📋 copy color: '#B54232'

red 181 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #B54232

Tints of Medium Carmine #B54232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

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

R = 60.94%
G = 22.22%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B54232 (or 0xB54232) is known color: Medium Carmine. HEX triplet: B5, 42 and 32. RGB value is (181,66,50). Sum of RGB (Red+Green+Blue) = 181+66+50=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54232 is #4ABDCD. Grayscale: #626262. Windows color (decimal): -4898254 or 3293877. OLE color: 3293877.

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

Color convert

RGB 181 66 50 -
CMYK 0 0.64 0.72 0.29
HSL 7.33º 0.57% 0.45% -
HSV(B) 7.33º 0.72% 0.71% -
XYZ 21.58 13.95 4.57 -
YUV 98.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 181 66 50 0 0.64 0.72 0.29 7.33 0.57 0.45
Hex B5 42 32 0 40 48 1D 7 39 2D
Octal 265 102 62 0 100 110 35 7 71 55
Binary 10110101 1000010 110010 0 1000000 1001000 11101 111 111001 101101

Color Harmonies of #B54232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54232

Black with #B54232

Text Example


Text Example

White with #B54232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54232; }

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

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

background-color css

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

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

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

border-color css

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

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

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