Html Css Color HEX #B54034 Medium Carmine

📋 copy color: '#B54034'

red 181 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #B54034

Tints of Medium Carmine #B54034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 60.94%
G = 21.55%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54034 (or 0xB54034) is known color: Medium Carmine. HEX triplet: B5, 40 and 34. RGB value is (181,64,52). Sum of RGB (Red+Green+Blue) = 181+64+52=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54034 is #4ABFCB. Grayscale: #616161. Windows color (decimal): -4898764 or 3424437. OLE color: 3424437.

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

Color convert

RGB 181 64 52 -
CMYK 0 0.65 0.71 0.29
HSL 5.58º 0.55% 0.46% -
HSV(B) 5.58º 0.71% 0.71% -
XYZ 21.51 13.74 4.77 -
YUV 97.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 181 64 52 0 0.65 0.71 0.29 5.58 0.55 0.46
Hex B5 40 34 0 41 47 1D 6 37 2E
Octal 265 100 64 0 101 107 35 6 67 56
Binary 10110101 1000000 110100 0 1000001 1000111 11101 110 110111 101110

Color Harmonies of #B54034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54034

Black with #B54034

Text Example


Text Example

White with #B54034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54034; }

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

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

background-color css

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

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

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

border-color css

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

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

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