Html Css Color HEX #B5372A Medium Carmine

📋 copy color: '#B5372A'

red 181 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #B5372A

Tints of Medium Carmine #B5372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 65.11%
G = 19.78%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5372A (or 0xB5372A) is known color: Medium Carmine. HEX triplet: B5, 37 and 2A. RGB value is (181,55,42). Sum of RGB (Red+Green+Blue) = 181+55+42=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372A is #4AC8D5. Grayscale: #5B5B5B. Windows color (decimal): -4901078 or 2766773. OLE color: 2766773.

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

Color convert

RGB 181 55 42 -
CMYK 0 0.70 0.77 0.29
HSL 5.61º 0.62% 0.44% -
HSV(B) 5.61º 0.77% 0.71% -
XYZ 20.84 12.72 3.55 -
YUV 91.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 181 55 42 0 0.70 0.77 0.29 5.61 0.62 0.44
Hex B5 37 2A 0 46 4D 1D 6 3E 2C
Octal 265 67 52 0 106 115 35 6 76 54
Binary 10110101 110111 101010 0 1000110 1001101 11101 110 111110 101100

Color Harmonies of #B5372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5372A

Black with #B5372A

Text Example


Text Example

White with #B5372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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