Html Css Color HEX #B54534 Medium Carmine

📋 copy color: '#B54534'

red 181 ◦ green 69 ◦ blue 52

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

Shades of Medium Carmine #B54534

Tints of Medium Carmine #B54534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

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

R = 59.93%
G = 22.85%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54534 (or 0xB54534) is known color: Medium Carmine. HEX triplet: B5, 45 and 34. RGB value is (181,69,52). Sum of RGB (Red+Green+Blue) = 181+69+52=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B54534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54534 is #4ABACB. Grayscale: #646464. Windows color (decimal): -4897484 or 3425717. OLE color: 3425717.

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

Color convert

RGB 181 69 52 -
CMYK 0 0.62 0.71 0.29
HSL 7.91º 0.55% 0.46% -
HSV(B) 7.91º 0.71% 0.71% -
XYZ 21.8 14.33 4.87 -
YUV 100.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 181 69 52 0 0.62 0.71 0.29 7.91 0.55 0.46
Hex B5 45 34 0 3E 47 1D 8 37 2E
Octal 265 105 64 0 76 107 35 10 67 56
Binary 10110101 1000101 110100 0 111110 1000111 11101 1000 110111 101110

Color Harmonies of #B54534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54534

Black with #B54534

Text Example


Text Example

White with #B54534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54534; }

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

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

background-color css

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

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

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

border-color css

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

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

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