Html Css Color HEX #B53E2A Medium Carmine

📋 copy color: '#B53E2A'

red 181 ◦ green 62 ◦ blue 42

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

Shades of Medium Carmine #B53E2A

Tints of Medium Carmine #B53E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 63.51%
G = 21.75%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53E2A (or 0xB53E2A) is known color: Medium Carmine. HEX triplet: B5, 3E and 2A. RGB value is (181,62,42). Sum of RGB (Red+Green+Blue) = 181+62+42=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E2A is #4AC1D5. Grayscale: #5F5F5F. Windows color (decimal): -4899286 or 2768565. OLE color: 2768565.

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

Color convert

RGB 181 62 42 -
CMYK 0 0.66 0.77 0.29
HSL 8.63º 0.62% 0.44% -
HSV(B) 8.63º 0.77% 0.71% -
XYZ 21.2 13.44 3.67 -
YUV 95.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 181 62 42 0 0.66 0.77 0.29 8.63 0.62 0.44
Hex B5 3E 2A 0 42 4D 1D 9 3E 2C
Octal 265 76 52 0 102 115 35 11 76 54
Binary 10110101 111110 101010 0 1000010 1001101 11101 1001 111110 101100

Color Harmonies of #B53E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E2A

Black with #B53E2A

Text Example


Text Example

White with #B53E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E2A; }

 p { color: rgb(181,62,42); }

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

background-color css

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

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

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

border-color css

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

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

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