Html Css Color HEX #B53230 Medium Carmine

📋 copy color: '#B53230'

red 181 ◦ green 50 ◦ blue 48

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

Shades of Medium Carmine #B53230

Tints of Medium Carmine #B53230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 64.87%
G = 17.92%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B53230 (or 0xB53230) is known color: Medium Carmine. HEX triplet: B5, 32 and 30. RGB value is (181,50,48). Sum of RGB (Red+Green+Blue) = 181+50+48=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B53230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53230 is #4ACDCF. Grayscale: #595959. Windows color (decimal): -4902352 or 3158709. OLE color: 3158709.

HSL color Cylindrical-coordinate representation of color #B53230: hue angle of 0.9º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53230 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 48 -
CMYK 0 0.72 0.73 0.29
HSL 0.9º 0.58% 0.45% -
HSV(B) 0.9º 0.73% 0.71% -
XYZ 20.73 12.32 4.08 -
YUV 88.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 181 50 48 0 0.72 0.73 0.29 0.9 0.58 0.45
Hex B5 32 30 0 48 49 1D 1 3A 2D
Octal 265 62 60 0 110 111 35 1 72 55
Binary 10110101 110010 110000 0 1001000 1001001 11101 1 111010 101101

Color Harmonies of #B53230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53230

Black with #B53230

Text Example


Text Example

White with #B53230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53230; }

 p { color: rgb(181,50,48); }

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

background-color css

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

 a { background-color: rgb(181,50,48); }

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

border-color css

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

 span { border-color: rgb(181,50,48); }

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