Html Css Color HEX #B53529 Medium Carmine

📋 copy color: '#B53529'

red 181 ◦ green 53 ◦ blue 41

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

Shades of Medium Carmine #B53529

Tints of Medium Carmine #B53529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 65.82%
G = 19.27%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53529 (or 0xB53529) is known color: Medium Carmine. HEX triplet: B5, 35 and 29. RGB value is (181,53,41). Sum of RGB (Red+Green+Blue) = 181+53+41=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B53529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53529 is #4ACAD6. Grayscale: #5A5A5A. Windows color (decimal): -4901591 or 2700725. OLE color: 2700725.

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

Color convert

RGB 181 53 41 -
CMYK 0 0.71 0.77 0.29
HSL 5.14º 0.63% 0.44% -
HSV(B) 5.14º 0.77% 0.71% -
XYZ 20.73 12.53 3.42 -
YUV 89.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 181 53 41 0 0.71 0.77 0.29 5.14 0.63 0.44
Hex B5 35 29 0 47 4D 1D 5 3F 2C
Octal 265 65 51 0 107 115 35 5 77 54
Binary 10110101 110101 101001 0 1000111 1001101 11101 101 111111 101100

Color Harmonies of #B53529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53529

Black with #B53529

Text Example


Text Example

White with #B53529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53529; }

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

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

background-color css

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

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

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

border-color css

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

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

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