Html Css Color HEX #B54340 Medium Carmine

📋 copy color: '#B54340'

red 181 ◦ green 67 ◦ blue 64

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

Shades of Medium Carmine #B54340

Tints of Medium Carmine #B54340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 58.01%
G = 21.47%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B54340 (or 0xB54340) is known color: Medium Carmine. HEX triplet: B5, 43 and 40. RGB value is (181,67,64). Sum of RGB (Red+Green+Blue) = 181+67+64=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B54340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54340 is #4ABCBF. Grayscale: #646464. Windows color (decimal): -4897984 or 4211637. OLE color: 4211637.

HSL color Cylindrical-coordinate representation of color #B54340: hue angle of 1.54º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54340 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 67 64 -
CMYK 0 0.63 0.65 0.29
HSL 1.54º 0.48% 0.48% -
HSV(B) 1.54º 0.65% 0.71% -
XYZ 21.99 14.21 6.43 -
YUV 100.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 181 67 64 0 0.63 0.65 0.29 1.54 0.48 0.48
Hex B5 43 40 0 3F 41 1D 2 30 30
Octal 265 103 100 0 77 101 35 2 60 60
Binary 10110101 1000011 1000000 0 111111 1000001 11101 10 110000 110000

Color Harmonies of #B54340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54340

Black with #B54340

Text Example


Text Example

White with #B54340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54340; }

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

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

background-color css

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

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

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

border-color css

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

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

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