Html Css Color HEX #B5372E Medium Carmine

📋 copy color: '#B5372E'

red 181 ◦ green 55 ◦ blue 46

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

Shades of Medium Carmine #B5372E

Tints of Medium Carmine #B5372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 64.18%
G = 19.5%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5372E (or 0xB5372E) is known color: Medium Carmine. HEX triplet: B5, 37 and 2E. RGB value is (181,55,46). Sum of RGB (Red+Green+Blue) = 181+55+46=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372E is #4AC8D1. Grayscale: #5B5B5B. Windows color (decimal): -4901074 or 3028917. OLE color: 3028917.

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

Color convert

RGB 181 55 46 -
CMYK 0 0.70 0.75 0.29
HSL 0.59% 0.45% -
HSV(B) 0.75% 0.71% -
XYZ 20.92 12.75 3.94 -
YUV 91.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 181 55 46 0 0.70 0.75 0.29 4 0.59 0.45
Hex B5 37 2E 0 46 4B 1D 4 3B 2D
Octal 265 67 56 0 106 113 35 4 73 55
Binary 10110101 110111 101110 0 1000110 1001011 11101 100 111011 101101

Color Harmonies of #B5372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5372E

Black with #B5372E

Text Example


Text Example

White with #B5372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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