Html Css Color HEX #B63531 Medium Carmine

📋 copy color: '#B63531'

red 182 ◦ green 53 ◦ blue 49

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

Shades of Medium Carmine #B63531

Tints of Medium Carmine #B63531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 64.08%
G = 18.66%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63531 (or 0xB63531) is known color: Medium Carmine. HEX triplet: B6, 35 and 31. RGB value is (182,53,49). Sum of RGB (Red+Green+Blue) = 182+53+49=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B63531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63531 is #49CACE. Grayscale: #5B5B5B. Windows color (decimal): -4836047 or 3225014. OLE color: 3225014.

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

Color convert

RGB 182 53 49 -
CMYK 0 0.71 0.73 0.29
HSL 1.8º 0.58% 0.45% -
HSV(B) 1.8º 0.73% 0.71% -
XYZ 21.12 12.71 4.25 -
YUV 91.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 182 53 49 0 0.71 0.73 0.29 1.8 0.58 0.45
Hex B6 35 31 0 47 49 1D 2 3A 2D
Octal 266 65 61 0 107 111 35 2 72 55
Binary 10110110 110101 110001 0 1000111 1001001 11101 10 111010 101101

Color Harmonies of #B63531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63531

Black with #B63531

Text Example


Text Example

White with #B63531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63531; }

 p { color: rgb(182,53,49); }

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

background-color css

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

 a { background-color: rgb(182,53,49); }

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

border-color css

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

 span { border-color: rgb(182,53,49); }

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