Html Css Color HEX #B0372D Medium Carmine

📋 copy color: '#B0372D'

red 176 ◦ green 55 ◦ blue 45

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

Shades of Medium Carmine #B0372D

Tints of Medium Carmine #B0372D

RGB

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

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

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

R = 63.77%
G = 19.93%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0372D (or 0xB0372D) is known color: Medium Carmine. HEX triplet: B0, 37 and 2D. RGB value is (176,55,45). Sum of RGB (Red+Green+Blue) = 176+55+45=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0372D is #4FC8D2. Grayscale: #5A5A5A. Windows color (decimal): -5228755 or 2963376. OLE color: 2963376.

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

Color convert

RGB 176 55 45 -
CMYK 0 0.69 0.74 0.31
HSL 4.58º 0.59% 0.43% -
HSV(B) 4.58º 0.74% 0.69% -
XYZ 19.74 12.15 3.79 -
YUV 90.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 176 55 45 0 0.69 0.74 0.31 4.58 0.59 0.43
Hex B0 37 2D 0 45 4A 1F 5 3B 2B
Octal 260 67 55 0 105 112 37 5 73 53
Binary 10110000 110111 101101 0 1000101 1001010 11111 101 111011 101011

Color Harmonies of #B0372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0372D

Black with #B0372D

Text Example


Text Example

White with #B0372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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