Html Css Color HEX #B53A37 Medium Carmine

📋 copy color: '#B53A37'

red 181 ◦ green 58 ◦ blue 55

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

Shades of Medium Carmine #B53A37

Tints of Medium Carmine #B53A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.73%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 61.56%
G = 19.73%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B53A37 (or 0xB53A37) is known color: Medium Carmine. HEX triplet: B5, 3A and 37. RGB value is (181,58,55). Sum of RGB (Red+Green+Blue) = 181+58+55=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A37 is #4AC5C8. Grayscale: #5E5E5E. Windows color (decimal): -4900297 or 3619509. OLE color: 3619509.

HSL color Cylindrical-coordinate representation of color #B53A37: hue angle of 1.43º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53A37 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 58 55 -
CMYK 0 0.68 0.70 0.29
HSL 1.43º 0.53% 0.46% -
HSV(B) 1.43º 0.7% 0.71% -
XYZ 21.26 13.13 5.03 -
YUV 94.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 181 58 55 0 0.68 0.70 0.29 1.43 0.53 0.46
Hex B5 3A 37 0 44 46 1D 1 35 2E
Octal 265 72 67 0 104 106 35 1 65 56
Binary 10110101 111010 110111 0 1000100 1000110 11101 1 110101 101110

Color Harmonies of #B53A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A37

Black with #B53A37

Text Example


Text Example

White with #B53A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A37; }

 p { color: rgb(181,58,55); }

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

background-color css

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

 a { background-color: rgb(181,58,55); }

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

border-color css

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

 span { border-color: rgb(181,58,55); }

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