Html Css Color HEX #B53D3C Medium Carmine

📋 copy color: '#B53D3C'

red 181 ◦ green 61 ◦ blue 60

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

Shades of Medium Carmine #B53D3C

Tints of Medium Carmine #B53D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 59.93%
G = 20.2%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B53D3C (or 0xB53D3C) is known color: Medium Carmine. HEX triplet: B5, 3D and 3C. RGB value is (181,61,60). Sum of RGB (Red+Green+Blue) = 181+61+60=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D3C is #4AC2C3. Grayscale: #606060. Windows color (decimal): -4899524 or 3947957. OLE color: 3947957.

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

Color convert

RGB 181 61 60 -
CMYK 0 0.66 0.67 0.29
HSL 0.5º 0.5% 0.47% -
HSV(B) 0.5º 0.67% 0.71% -
XYZ 21.54 13.49 5.74 -
YUV 96.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 181 61 60 0 0.66 0.67 0.29 0.5 0.5 0.47
Hex B5 3D 3C 0 42 43 1D 0 32 2F
Octal 265 75 74 0 102 103 35 0 62 57
Binary 10110101 111101 111100 0 1000010 1000011 11101 0 110010 101111

Color Harmonies of #B53D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D3C

Black with #B53D3C

Text Example


Text Example

White with #B53D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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