Html Css Color HEX #B7372F Medium Carmine

📋 copy color: '#B7372F'

red 183 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #B7372F

Tints of Medium Carmine #B7372F

RGB

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

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

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

R = 64.21%
G = 19.3%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7372F (or 0xB7372F) is known color: Medium Carmine. HEX triplet: B7, 37 and 2F. RGB value is (183,55,47). Sum of RGB (Red+Green+Blue) = 183+55+47=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7372F is #48C8D0. Grayscale: #5C5C5C. Windows color (decimal): -4770001 or 3094455. OLE color: 3094455.

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

Color convert

RGB 183 55 47 -
CMYK 0 0.70 0.74 0.28
HSL 3.53º 0.59% 0.45% -
HSV(B) 3.53º 0.74% 0.72% -
XYZ 21.41 13 4.07 -
YUV 92.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 183 55 47 0 0.70 0.74 0.28 3.53 0.59 0.45
Hex B7 37 2F 0 46 4A 1C 4 3B 2D
Octal 267 67 57 0 106 112 34 4 73 55
Binary 10110111 110111 101111 0 1000110 1001010 11100 100 111011 101101

Color Harmonies of #B7372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7372F

Black with #B7372F

Text Example


Text Example

White with #B7372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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