Html Css Color HEX #B6372B Medium Carmine

📋 copy color: '#B6372B'

red 182 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #B6372B

Tints of Medium Carmine #B6372B

RGB

 RED value IS 182 (71.48% from 255) = 65%

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

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

R = 65%
G = 19.64%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6372B (or 0xB6372B) is known color: Medium Carmine. HEX triplet: B6, 37 and 2B. RGB value is (182,55,43). Sum of RGB (Red+Green+Blue) = 182+55+43=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6372B is #49C8D4. Grayscale: #5B5B5B. Windows color (decimal): -4835541 or 2832310. OLE color: 2832310.

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

Color convert

RGB 182 55 43 -
CMYK 0 0.70 0.76 0.29
HSL 5.18º 0.62% 0.44% -
HSV(B) 5.18º 0.76% 0.71% -
XYZ 21.09 12.85 3.65 -
YUV 91.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 182 55 43 0 0.70 0.76 0.29 5.18 0.62 0.44
Hex B6 37 2B 0 46 4C 1D 5 3E 2C
Octal 266 67 53 0 106 114 35 5 76 54
Binary 10110110 110111 101011 0 1000110 1001100 11101 101 111110 101100

Color Harmonies of #B6372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6372B

Black with #B6372B

Text Example


Text Example

White with #B6372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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