Html Css Color HEX #B53D2C Medium Carmine

📋 copy color: '#B53D2C'

red 181 ◦ green 61 ◦ blue 44

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

Shades of Medium Carmine #B53D2C

Tints of Medium Carmine #B53D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 63.29%
G = 21.33%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B53D2C (or 0xB53D2C) is known color: Medium Carmine. HEX triplet: B5, 3D and 2C. RGB value is (181,61,44). Sum of RGB (Red+Green+Blue) = 181+61+44=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D2C is #4AC2D3. Grayscale: #5F5F5F. Windows color (decimal): -4899540 or 2899381. OLE color: 2899381.

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

Color convert

RGB 181 61 44 -
CMYK 0 0.66 0.76 0.29
HSL 7.45º 0.61% 0.44% -
HSV(B) 7.45º 0.76% 0.71% -
XYZ 21.18 13.34 3.84 -
YUV 94.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 181 61 44 0 0.66 0.76 0.29 7.45 0.61 0.44
Hex B5 3D 2C 0 42 4C 1D 7 3D 2C
Octal 265 75 54 0 102 114 35 7 75 54
Binary 10110101 111101 101100 0 1000010 1001100 11101 111 111101 101100

Color Harmonies of #B53D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D2C

Black with #B53D2C

Text Example


Text Example

White with #B53D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D2C; }

 p { color: rgb(181,61,44); }

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

background-color css

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

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

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

border-color css

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

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

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