Html Css Color HEX #B5372F Medium Carmine

📋 copy color: '#B5372F'

red 181 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #B5372F

Tints of Medium Carmine #B5372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 63.96%
G = 19.43%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5372F (or 0xB5372F) is known color: Medium Carmine. HEX triplet: B5, 37 and 2F. RGB value is (181,55,47). Sum of RGB (Red+Green+Blue) = 181+55+47=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372F is #4AC8D0. Grayscale: #5B5B5B. Windows color (decimal): -4901073 or 3094453. OLE color: 3094453.

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

Color convert

RGB 181 55 47 -
CMYK 0 0.70 0.74 0.29
HSL 3.58º 0.59% 0.45% -
HSV(B) 3.58º 0.74% 0.71% -
XYZ 20.94 12.76 4.05 -
YUV 91.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 181 55 47 0 0.70 0.74 0.29 3.58 0.59 0.45
Hex B5 37 2F 0 46 4A 1D 4 3B 2D
Octal 265 67 57 0 106 112 35 4 73 55
Binary 10110101 110111 101111 0 1000110 1001010 11101 100 111011 101101

Color Harmonies of #B5372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5372F

Black with #B5372F

Text Example


Text Example

White with #B5372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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