Html Css Color HEX #B63E32 Medium Carmine

📋 copy color: '#B63E32'

red 182 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #B63E32

Tints of Medium Carmine #B63E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

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

R = 61.9%
G = 21.09%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63E32 (or 0xB63E32) is known color: Medium Carmine. HEX triplet: B6, 3E and 32. RGB value is (182,62,50). Sum of RGB (Red+Green+Blue) = 182+62+50=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E32 is #49C1CD. Grayscale: #606060. Windows color (decimal): -4833742 or 3292854. OLE color: 3292854.

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

Color convert

RGB 182 62 50 -
CMYK 0 0.66 0.73 0.29
HSL 5.45º 0.57% 0.45% -
HSV(B) 5.45º 0.73% 0.71% -
XYZ 21.59 13.62 4.51 -
YUV 96.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 182 62 50 0 0.66 0.73 0.29 5.45 0.57 0.45
Hex B6 3E 32 0 42 49 1D 5 39 2D
Octal 266 76 62 0 102 111 35 5 71 55
Binary 10110110 111110 110010 0 1000010 1001001 11101 101 111001 101101

Color Harmonies of #B63E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E32

Black with #B63E32

Text Example


Text Example

White with #B63E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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