Html Css Color HEX #B5372D Medium Carmine

📋 copy color: '#B5372D'

red 181 ◦ green 55 ◦ blue 45

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

Shades of Medium Carmine #B5372D

Tints of Medium Carmine #B5372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 64.41%
G = 19.57%
B = 16.01%

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

#B5372D (or 0xB5372D) is known color: Medium Carmine. HEX triplet: B5, 37 and 2D. RGB value is (181,55,45). Sum of RGB (Red+Green+Blue) = 181+55+45=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372D is #4AC8D2. Grayscale: #5B5B5B. Windows color (decimal): -4901075 or 2963381. OLE color: 2963381.

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

Color convert

RGB 181 55 45 -
CMYK 0 0.70 0.75 0.29
HSL 4.41º 0.6% 0.44% -
HSV(B) 4.41º 0.75% 0.71% -
XYZ 20.9 12.75 3.84 -
YUV 91.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 181 55 45 0 0.70 0.75 0.29 4.41 0.6 0.44
Hex B5 37 2D 0 46 4B 1D 4 3C 2C
Octal 265 67 55 0 106 113 35 4 74 54
Binary 10110101 110111 101101 0 1000110 1001011 11101 100 111100 101100

Color Harmonies of #B5372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5372D

Black with #B5372D

Text Example


Text Example

White with #B5372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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