Html Css Color HEX #B53A2D Medium Carmine

📋 copy color: '#B53A2D'

red 181 ◦ green 58 ◦ blue 45

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

Shades of Medium Carmine #B53A2D

Tints of Medium Carmine #B53A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 63.73%
G = 20.42%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B53A2D (or 0xB53A2D) is known color: Medium Carmine. HEX triplet: B5, 3A and 2D. RGB value is (181,58,45). Sum of RGB (Red+Green+Blue) = 181+58+45=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A2D is #4AC5D2. Grayscale: #5D5D5D. Windows color (decimal): -4900307 or 2964149. OLE color: 2964149.

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

Color convert

RGB 181 58 45 -
CMYK 0 0.68 0.75 0.29
HSL 5.74º 0.6% 0.44% -
HSV(B) 5.74º 0.75% 0.71% -
XYZ 21.04 13.04 3.89 -
YUV 93.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 181 58 45 0 0.68 0.75 0.29 5.74 0.6 0.44
Hex B5 3A 2D 0 44 4B 1D 6 3C 2C
Octal 265 72 55 0 104 113 35 6 74 54
Binary 10110101 111010 101101 0 1000100 1001011 11101 110 111100 101100

Color Harmonies of #B53A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A2D

Black with #B53A2D

Text Example


Text Example

White with #B53A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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