Html Css Color HEX #B7372B Medium Carmine

📋 copy color: '#B7372B'

red 183 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #B7372B

Tints of Medium Carmine #B7372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 65.12%
G = 19.57%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7372B (or 0xB7372B) is known color: Medium Carmine. HEX triplet: B7, 37 and 2B. RGB value is (183,55,43). Sum of RGB (Red+Green+Blue) = 183+55+43=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7372B is #48C8D4. Grayscale: #5C5C5C. Windows color (decimal): -4770005 or 2832311. OLE color: 2832311.

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

Color convert

RGB 183 55 43 -
CMYK 0 0.70 0.77 0.28
HSL 5.14º 0.62% 0.44% -
HSV(B) 5.14º 0.77% 0.72% -
XYZ 21.33 12.97 3.67 -
YUV 91.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 183 55 43 0 0.70 0.77 0.28 5.14 0.62 0.44
Hex B7 37 2B 0 46 4D 1C 5 3E 2C
Octal 267 67 53 0 106 115 34 5 76 54
Binary 10110111 110111 101011 0 1000110 1001101 11100 101 111110 101100

Color Harmonies of #B7372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7372B

Black with #B7372B

Text Example


Text Example

White with #B7372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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