Html Css Color HEX #B53A39 Medium Carmine

📋 copy color: '#B53A39'

red 181 ◦ green 58 ◦ blue 57

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

Shades of Medium Carmine #B53A39

Tints of Medium Carmine #B53A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 61.15%
G = 19.59%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B53A39 (or 0xB53A39) is known color: Medium Carmine. HEX triplet: B5, 3A and 39. RGB value is (181,58,57). Sum of RGB (Red+Green+Blue) = 181+58+57=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A39 is #4AC5C6. Grayscale: #5E5E5E. Windows color (decimal): -4900295 or 3750581. OLE color: 3750581.

HSL color Cylindrical-coordinate representation of color #B53A39: hue angle of 0.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53A39 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 58 57 -
CMYK 0 0.68 0.69 0.29
HSL 0.48º 0.52% 0.47% -
HSV(B) 0.48º 0.69% 0.71% -
XYZ 21.31 13.15 5.29 -
YUV 94.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 181 58 57 0 0.68 0.69 0.29 0.48 0.52 0.47
Hex B5 3A 39 0 44 45 1D 0 34 2F
Octal 265 72 71 0 104 105 35 0 64 57
Binary 10110101 111010 111001 0 1000100 1000101 11101 0 110100 101111

Color Harmonies of #B53A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A39

Black with #B53A39

Text Example


Text Example

White with #B53A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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