Html Css Color HEX #B54934 Medium Carmine

📋 copy color: '#B54934'

red 181 ◦ green 73 ◦ blue 52

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

Shades of Medium Carmine #B54934

Tints of Medium Carmine #B54934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 59.15%
G = 23.86%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54934 (or 0xB54934) is known color: Medium Carmine. HEX triplet: B5, 49 and 34. RGB value is (181,73,52). Sum of RGB (Red+Green+Blue) = 181+73+52=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B54934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54934 is #4AB6CB. Grayscale: #676767. Windows color (decimal): -4896460 or 3426741. OLE color: 3426741.

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

Color convert

RGB 181 73 52 -
CMYK 0 0.60 0.71 0.29
HSL 9.77º 0.55% 0.46% -
HSV(B) 9.77º 0.71% 0.71% -
XYZ 22.06 14.84 4.95 -
YUV 102.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 181 73 52 0 0.60 0.71 0.29 9.77 0.55 0.46
Hex B5 49 34 0 3C 47 1D A 37 2E
Octal 265 111 64 0 74 107 35 12 67 56
Binary 10110101 1001001 110100 0 111100 1000111 11101 1010 110111 101110

Color Harmonies of #B54934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54934

Black with #B54934

Text Example


Text Example

White with #B54934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54934; }

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

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

background-color css

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

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

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

border-color css

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

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

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