Html Css Color HEX #B63A32 Medium Carmine

📋 copy color: '#B63A32'

red 182 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #B63A32

Tints of Medium Carmine #B63A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

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

R = 62.76%
G = 20%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63A32 (or 0xB63A32) is known color: Medium Carmine. HEX triplet: B6, 3A and 32. RGB value is (182,58,50). Sum of RGB (Red+Green+Blue) = 182+58+50=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A32 is #49C5CD. Grayscale: #5E5E5E. Windows color (decimal): -4834766 or 3291830. OLE color: 3291830.

HSL color Cylindrical-coordinate representation of color #B63A32: hue angle of 3.64º 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 #B63A32 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 50 -
CMYK 0 0.68 0.73 0.29
HSL 3.64º 0.57% 0.45% -
HSV(B) 3.64º 0.73% 0.71% -
XYZ 21.38 13.2 4.44 -
YUV 94.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 182 58 50 0 0.68 0.73 0.29 3.64 0.57 0.45
Hex B6 3A 32 0 44 49 1D 4 39 2D
Octal 266 72 62 0 104 111 35 4 71 55
Binary 10110110 111010 110010 0 1000100 1001001 11101 100 111001 101101

Color Harmonies of #B63A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A32

Black with #B63A32

Text Example


Text Example

White with #B63A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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