Html Css Color HEX #B54331 Medium Carmine

📋 copy color: '#B54331'

red 181 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #B54331

Tints of Medium Carmine #B54331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

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

R = 60.94%
G = 22.56%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54331 (or 0xB54331) is known color: Medium Carmine. HEX triplet: B5, 43 and 31. RGB value is (181,67,49). Sum of RGB (Red+Green+Blue) = 181+67+49=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54331 is #4ABCCE. Grayscale: #636363. Windows color (decimal): -4897999 or 3228597. OLE color: 3228597.

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

Color convert

RGB 181 67 49 -
CMYK 0 0.63 0.73 0.29
HSL 8.18º 0.57% 0.45% -
HSV(B) 8.18º 0.73% 0.71% -
XYZ 21.62 14.06 4.48 -
YUV 99.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 181 67 49 0 0.63 0.73 0.29 8.18 0.57 0.45
Hex B5 43 31 0 3F 49 1D 8 39 2D
Octal 265 103 61 0 77 111 35 10 71 55
Binary 10110101 1000011 110001 0 111111 1001001 11101 1000 111001 101101

Color Harmonies of #B54331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54331

Black with #B54331

Text Example


Text Example

White with #B54331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54331; }

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

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

background-color css

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

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

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

border-color css

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

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

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