Html Css Color HEX #B53B39 Medium Carmine

📋 copy color: '#B53B39'

red 181 ◦ green 59 ◦ blue 57

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

Shades of Medium Carmine #B53B39

Tints of Medium Carmine #B53B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

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

R = 60.94%
G = 19.87%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B53B39 (or 0xB53B39) is known color: Medium Carmine. HEX triplet: B5, 3B and 39. RGB value is (181,59,57). Sum of RGB (Red+Green+Blue) = 181+59+57=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B39 is #4AC4C6. Grayscale: #5F5F5F. Windows color (decimal): -4900039 or 3750837. OLE color: 3750837.

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

Color convert

RGB 181 59 57 -
CMYK 0 0.67 0.69 0.29
HSL 0.97º 0.52% 0.47% -
HSV(B) 0.97º 0.69% 0.71% -
XYZ 21.36 13.25 5.3 -
YUV 95.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 181 59 57 0 0.67 0.69 0.29 0.97 0.52 0.47
Hex B5 3B 39 0 43 45 1D 1 34 2F
Octal 265 73 71 0 103 105 35 1 64 57
Binary 10110101 111011 111001 0 1000011 1000101 11101 1 110100 101111

Color Harmonies of #B53B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B39

Black with #B53B39

Text Example


Text Example

White with #B53B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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