Html Css Color HEX #B53729 Medium Carmine

📋 copy color: '#B53729'

red 181 ◦ green 55 ◦ blue 41

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

Shades of Medium Carmine #B53729

Tints of Medium Carmine #B53729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 41 (16.41% from 255) = 14.8%

R = 65.34%
G = 19.86%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53729 (or 0xB53729) is known color: Medium Carmine. HEX triplet: B5, 37 and 29. RGB value is (181,55,41). Sum of RGB (Red+Green+Blue) = 181+55+41=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B53729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53729 is #4AC8D6. Grayscale: #5B5B5B. Windows color (decimal): -4901079 or 2701237. OLE color: 2701237.

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

Color convert

RGB 181 55 41 -
CMYK 0 0.70 0.77 0.29
HSL 0.63% 0.44% -
HSV(B) 0.77% 0.71% -
XYZ 20.82 12.72 3.45 -
YUV 91.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 181 55 41 0 0.70 0.77 0.29 6 0.63 0.44
Hex B5 37 29 0 46 4D 1D 6 3F 2C
Octal 265 67 51 0 106 115 35 6 77 54
Binary 10110101 110111 101001 0 1000110 1001101 11101 110 111111 101100

Color Harmonies of #B53729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53729

Black with #B53729

Text Example


Text Example

White with #B53729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53729; }

 p { color: rgb(181,55,41); }

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

background-color css

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

 a { background-color: rgb(181,55,41); }

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

border-color css

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

 span { border-color: rgb(181,55,41); }

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