Html Css Color HEX #B0372F Medium Carmine

📋 copy color: '#B0372F'

red 176 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #B0372F

Tints of Medium Carmine #B0372F

RGB

 RED value IS 176 (69.14% from 255) = 63.31%

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

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

R = 63.31%
G = 19.78%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0372F (or 0xB0372F) is known color: Medium Carmine. HEX triplet: B0, 37 and 2F. RGB value is (176,55,47). Sum of RGB (Red+Green+Blue) = 176+55+47=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B0372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0372F is #4FC8D0. Grayscale: #5A5A5A. Windows color (decimal): -5228753 or 3094448. OLE color: 3094448.

HSL color Cylindrical-coordinate representation of color #B0372F: hue angle of 3.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0372F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 47 -
CMYK 0 0.69 0.73 0.31
HSL 3.72º 0.58% 0.44% -
HSV(B) 3.72º 0.73% 0.69% -
XYZ 19.78 12.17 4 -
YUV 90.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 176 55 47 0 0.69 0.73 0.31 3.72 0.58 0.44
Hex B0 37 2F 0 45 49 1F 4 3A 2C
Octal 260 67 57 0 105 111 37 4 72 54
Binary 10110000 110111 101111 0 1000101 1001001 11111 100 111010 101100

Color Harmonies of #B0372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0372F

Black with #B0372F

Text Example


Text Example

White with #B0372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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