Html Css Color HEX #B5372B Medium Carmine

📋 copy color: '#B5372B'

red 181 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #B5372B

Tints of Medium Carmine #B5372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 64.87%
G = 19.71%
B = 15.41%

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

#B5372B (or 0xB5372B) is known color: Medium Carmine. HEX triplet: B5, 37 and 2B. RGB value is (181,55,43). Sum of RGB (Red+Green+Blue) = 181+55+43=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372B is #4AC8D4. Grayscale: #5B5B5B. Windows color (decimal): -4901077 or 2832309. OLE color: 2832309.

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

Color convert

RGB 181 55 43 -
CMYK 0 0.70 0.76 0.29
HSL 5.22º 0.62% 0.44% -
HSV(B) 5.22º 0.76% 0.71% -
XYZ 20.86 12.73 3.64 -
YUV 91.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 181 55 43 0 0.70 0.76 0.29 5.22 0.62 0.44
Hex B5 37 2B 0 46 4C 1D 5 3E 2C
Octal 265 67 53 0 106 114 35 5 76 54
Binary 10110101 110111 101011 0 1000110 1001100 11101 101 111110 101100

Color Harmonies of #B5372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5372B

Black with #B5372B

Text Example


Text Example

White with #B5372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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