Html Css Color HEX #B54535 Medium Carmine

📋 copy color: '#B54535'

red 181 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #B54535

Tints of Medium Carmine #B54535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 59.74%
G = 22.77%
B = 17.49%

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

#B54535 (or 0xB54535) is known color: Medium Carmine. HEX triplet: B5, 45 and 35. RGB value is (181,69,53). Sum of RGB (Red+Green+Blue) = 181+69+53=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B54535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54535 is #4ABACA. Grayscale: #646464. Windows color (decimal): -4897483 or 3491253. OLE color: 3491253.

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

Color convert

RGB 181 69 53 -
CMYK 0 0.62 0.71 0.29
HSL 7.5º 0.55% 0.46% -
HSV(B) 7.5º 0.71% 0.71% -
XYZ 21.83 14.34 4.99 -
YUV 100.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 181 69 53 0 0.62 0.71 0.29 7.5 0.55 0.46
Hex B5 45 35 0 3E 47 1D 8 37 2E
Octal 265 105 65 0 76 107 35 10 67 56
Binary 10110101 1000101 110101 0 111110 1000111 11101 1000 110111 101110

Color Harmonies of #B54535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54535

Black with #B54535

Text Example


Text Example

White with #B54535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54535; }

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

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

background-color css

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

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

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

border-color css

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

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

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