Html Css Color HEX #B53329 Medium Carmine

📋 copy color: '#B53329'

red 181 ◦ green 51 ◦ blue 41

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

Shades of Medium Carmine #B53329

Tints of Medium Carmine #B53329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 66.3%
G = 18.68%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53329 (or 0xB53329) is known color: Medium Carmine. HEX triplet: B5, 33 and 29. RGB value is (181,51,41). Sum of RGB (Red+Green+Blue) = 181+51+41=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B53329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53329 is #4ACCD6. Grayscale: #585858. Windows color (decimal): -4902103 or 2700213. OLE color: 2700213.

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

Color convert

RGB 181 51 41 -
CMYK 0 0.72 0.77 0.29
HSL 4.29º 0.63% 0.44% -
HSV(B) 4.29º 0.77% 0.71% -
XYZ 20.64 12.35 3.39 -
YUV 88.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 181 51 41 0 0.72 0.77 0.29 4.29 0.63 0.44
Hex B5 33 29 0 48 4D 1D 4 3F 2C
Octal 265 63 51 0 110 115 35 4 77 54
Binary 10110101 110011 101001 0 1001000 1001101 11101 100 111111 101100

Color Harmonies of #B53329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53329

Black with #B53329

Text Example


Text Example

White with #B53329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53329; }

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

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

background-color css

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

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

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

border-color css

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

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

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