Html Css Color HEX #B5372C Medium Carmine

📋 copy color: '#B5372C'

red 181 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #B5372C

Tints of Medium Carmine #B5372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

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

R = 64.64%
G = 19.64%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5372C (or 0xB5372C) is known color: Medium Carmine. HEX triplet: B5, 37 and 2C. RGB value is (181,55,44). Sum of RGB (Red+Green+Blue) = 181+55+44=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372C is #4AC8D3. Grayscale: #5B5B5B. Windows color (decimal): -4901076 or 2897845. OLE color: 2897845.

HSL color Cylindrical-coordinate representation of color #B5372C: hue angle of 4.82º 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 #B5372C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 44 -
CMYK 0 0.70 0.76 0.29
HSL 4.82º 0.61% 0.44% -
HSV(B) 4.82º 0.76% 0.71% -
XYZ 20.88 12.74 3.74 -
YUV 91.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 181 55 44 0 0.70 0.76 0.29 4.82 0.61 0.44
Hex B5 37 2C 0 46 4C 1D 5 3D 2C
Octal 265 67 54 0 106 114 35 5 75 54
Binary 10110101 110111 101100 0 1000110 1001100 11101 101 111101 101100

Color Harmonies of #B5372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5372C

Black with #B5372C

Text Example


Text Example

White with #B5372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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