Html Css Color HEX #B53434 Medium Carmine

📋 copy color: '#B53434'

red 181 ◦ green 52 ◦ blue 52

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

Shades of Medium Carmine #B53434

Tints of Medium Carmine #B53434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 63.51%
G = 18.25%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B53434 (or 0xB53434) is known color: Medium Carmine. HEX triplet: B5, 34 and 34. RGB value is (181,52,52). Sum of RGB (Red+Green+Blue) = 181+52+52=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B53434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53434 is #4ACBCB. Grayscale: #5A5A5A. Windows color (decimal): -4901836 or 3421365. OLE color: 3421365.

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

Color convert

RGB 181 52 52 -
CMYK 0 0.71 0.71 0.29
HSL 0.55% 0.46% -
HSV(B) 0.71% 0.71% -
XYZ 20.9 12.53 4.57 -
YUV 90.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 181 52 52 0 0.71 0.71 0.29 0 0.55 0.46
Hex B5 34 34 0 47 47 1D 0 37 2E
Octal 265 64 64 0 107 107 35 0 67 56
Binary 10110101 110100 110100 0 1000111 1000111 11101 0 110111 101110

Color Harmonies of #B53434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53434

Black with #B53434

Text Example


Text Example

White with #B53434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53434; }

 p { color: rgb(181,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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