Html Css Color HEX #B53130 Medium Carmine

📋 copy color: '#B53130'

red 181 ◦ green 49 ◦ blue 48

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

Shades of Medium Carmine #B53130

Tints of Medium Carmine #B53130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 65.11%
G = 17.63%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B53130 (or 0xB53130) is known color: Medium Carmine. HEX triplet: B5, 31 and 30. RGB value is (181,49,48). Sum of RGB (Red+Green+Blue) = 181+49+48=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B53130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53130 is #4ACECF. Grayscale: #585858. Windows color (decimal): -4902608 or 3158453. OLE color: 3158453.

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

Color convert

RGB 181 49 48 -
CMYK 0 0.73 0.73 0.29
HSL 0.45º 0.58% 0.45% -
HSV(B) 0.45º 0.73% 0.71% -
XYZ 20.69 12.23 4.07 -
YUV 88.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 181 49 48 0 0.73 0.73 0.29 0.45 0.58 0.45
Hex B5 31 30 0 49 49 1D 0 3A 2D
Octal 265 61 60 0 111 111 35 0 72 55
Binary 10110101 110001 110000 0 1001001 1001001 11101 0 111010 101101

Color Harmonies of #B53130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53130

Black with #B53130

Text Example


Text Example

White with #B53130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53130; }

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

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

background-color css

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

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

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

border-color css

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

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

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