Html Css Color HEX #B6372A Medium Carmine

📋 copy color: '#B6372A'

red 182 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #B6372A

Tints of Medium Carmine #B6372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 65.23%
G = 19.71%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6372A (or 0xB6372A) is known color: Medium Carmine. HEX triplet: B6, 37 and 2A. RGB value is (182,55,42). Sum of RGB (Red+Green+Blue) = 182+55+42=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6372A is #49C8D5. Grayscale: #5B5B5B. Windows color (decimal): -4835542 or 2766774. OLE color: 2766774.

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

Color convert

RGB 182 55 42 -
CMYK 0 0.70 0.77 0.29
HSL 5.57º 0.63% 0.44% -
HSV(B) 5.57º 0.77% 0.71% -
XYZ 21.08 12.84 3.56 -
YUV 91.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 182 55 42 0 0.70 0.77 0.29 5.57 0.63 0.44
Hex B6 37 2A 0 46 4D 1D 6 3E 2C
Octal 266 67 52 0 106 115 35 6 76 54
Binary 10110110 110111 101010 0 1000110 1001101 11101 110 111110 101100

Color Harmonies of #B6372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6372A

Black with #B6372A

Text Example


Text Example

White with #B6372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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