Html Css Color HEX #B7372D Medium Carmine

📋 copy color: '#B7372D'

red 183 ◦ green 55 ◦ blue 45

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

Shades of Medium Carmine #B7372D

Tints of Medium Carmine #B7372D

RGB

 RED value IS 183 (71.88% from 255) = 64.66%

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

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

R = 64.66%
G = 19.43%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7372D (or 0xB7372D) is known color: Medium Carmine. HEX triplet: B7, 37 and 2D. RGB value is (183,55,45). Sum of RGB (Red+Green+Blue) = 183+55+45=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7372D is #48C8D2. Grayscale: #5C5C5C. Windows color (decimal): -4770003 or 2963383. OLE color: 2963383.

HSL color Cylindrical-coordinate representation of color #B7372D: hue angle of 4.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7372D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 45 -
CMYK 0 0.70 0.75 0.28
HSL 4.35º 0.61% 0.45% -
HSV(B) 4.35º 0.75% 0.72% -
XYZ 21.37 12.99 3.86 -
YUV 92.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 183 55 45 0 0.70 0.75 0.28 4.35 0.61 0.45
Hex B7 37 2D 0 46 4B 1C 4 3D 2D
Octal 267 67 55 0 106 113 34 4 75 55
Binary 10110111 110111 101101 0 1000110 1001011 11100 100 111101 101101

Color Harmonies of #B7372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7372D

Black with #B7372D

Text Example


Text Example

White with #B7372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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