Html Css Color HEX #B63732 Medium Carmine

📋 copy color: '#B63732'

red 182 ◦ green 55 ◦ blue 50

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

Shades of Medium Carmine #B63732

Tints of Medium Carmine #B63732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 63.41%
G = 19.16%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63732 (or 0xB63732) is known color: Medium Carmine. HEX triplet: B6, 37 and 32. RGB value is (182,55,50). Sum of RGB (Red+Green+Blue) = 182+55+50=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63732 is #49C8CD. Grayscale: #5C5C5C. Windows color (decimal): -4835534 or 3291062. OLE color: 3291062.

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

Color convert

RGB 182 55 50 -
CMYK 0 0.70 0.73 0.29
HSL 2.27º 0.57% 0.45% -
HSV(B) 2.27º 0.73% 0.71% -
XYZ 21.23 12.91 4.39 -
YUV 92.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 182 55 50 0 0.70 0.73 0.29 2.27 0.57 0.45
Hex B6 37 32 0 46 49 1D 2 39 2D
Octal 266 67 62 0 106 111 35 2 71 55
Binary 10110110 110111 110010 0 1000110 1001001 11101 10 111001 101101

Color Harmonies of #B63732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63732

Black with #B63732

Text Example


Text Example

White with #B63732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63732; }

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

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

background-color css

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

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

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

border-color css

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

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

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