Html Css Color HEX #B63432 Medium Carmine

📋 copy color: '#B63432'

red 182 ◦ green 52 ◦ blue 50

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

Shades of Medium Carmine #B63432

Tints of Medium Carmine #B63432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

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

R = 64.08%
G = 18.31%
B = 17.61%

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

#B63432 (or 0xB63432) is known color: Medium Carmine. HEX triplet: B6, 34 and 32. RGB value is (182,52,50). Sum of RGB (Red+Green+Blue) = 182+52+50=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B63432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63432 is #49CBCD. Grayscale: #5A5A5A. Windows color (decimal): -4836302 or 3290294. OLE color: 3290294.

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

Color convert

RGB 182 52 50 -
CMYK 0 0.71 0.73 0.29
HSL 0.91º 0.57% 0.45% -
HSV(B) 0.91º 0.73% 0.71% -
XYZ 21.1 12.63 4.34 -
YUV 90.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 182 52 50 0 0.71 0.73 0.29 0.91 0.57 0.45
Hex B6 34 32 0 47 49 1D 1 39 2D
Octal 266 64 62 0 107 111 35 1 71 55
Binary 10110110 110100 110010 0 1000111 1001001 11101 1 111001 101101

Color Harmonies of #B63432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63432

Black with #B63432

Text Example


Text Example

White with #B63432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63432; }

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

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

background-color css

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

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

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

border-color css

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

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

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