Html Css Color HEX #B53624 Medium Carmine

📋 copy color: '#B53624'

red 181 ◦ green 54 ◦ blue 36

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

Shades of Medium Carmine #B53624

Tints of Medium Carmine #B53624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 66.79%
G = 19.93%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B53624 (or 0xB53624) is known color: Medium Carmine. HEX triplet: B5, 36 and 24. RGB value is (181,54,36). Sum of RGB (Red+Green+Blue) = 181+54+36=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53624 is #4AC9DB. Grayscale: #5A5A5A. Windows color (decimal): -4901340 or 2373301. OLE color: 2373301.

HSL color Cylindrical-coordinate representation of color #B53624: hue angle of 7.45º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B53624 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 36 -
CMYK 0 0.70 0.80 0.29
HSL 7.45º 0.67% 0.43% -
HSV(B) 7.45º 0.8% 0.71% -
XYZ 20.69 12.59 3.01 -
YUV 89.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 181 54 36 0 0.70 0.80 0.29 7.45 0.67 0.43
Hex B5 36 24 0 46 50 1D 7 43 2B
Octal 265 66 44 0 106 120 35 7 103 53
Binary 10110101 110110 100100 0 1000110 1010000 11101 111 1000011 101011

Color Harmonies of #B53624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53624

Black with #B53624

Text Example


Text Example

White with #B53624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53624; }

 p { color: rgb(181,54,36); }

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

background-color css

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

 a { background-color: rgb(181,54,36); }

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

border-color css

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

 span { border-color: rgb(181,54,36); }

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