Html Css Color HEX #B1463F Medium Carmine

📋 copy color: '#B1463F'

red 177 ◦ green 70 ◦ blue 63

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

Shades of Medium Carmine #B1463F

Tints of Medium Carmine #B1463F

RGB

 RED value IS 177 (69.53% from 255) = 57.1%

 GREEN value IS 70 (27.73% from 255) = 22.58%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 57.1%
G = 22.58%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1463F (or 0xB1463F) is known color: Medium Carmine. HEX triplet: B1, 46 and 3F. RGB value is (177,70,63). Sum of RGB (Red+Green+Blue) = 177+70+63=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1463F is #4EB9C0. Grayscale: #656565. Windows color (decimal): -5159361 or 4146865. OLE color: 4146865.

HSL color Cylindrical-coordinate representation of color #B1463F: hue angle of 3.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1463F is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 63 -
CMYK 0 0.60 0.64 0.31
HSL 3.68º 0.48% 0.47% -
HSV(B) 3.68º 0.64% 0.69% -
XYZ 21.22 14.09 6.3 -
YUV 101.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 177 70 63 0 0.60 0.64 0.31 3.68 0.48 0.47
Hex B1 46 3F 0 3C 40 1F 4 30 2F
Octal 261 106 77 0 74 100 37 4 60 57
Binary 10110001 1000110 111111 0 111100 1000000 11111 100 110000 101111

Color Harmonies of #B1463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1463F

Black with #B1463F

Text Example


Text Example

White with #B1463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1463F; }

 p { color: rgb(177,70,63); }

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

background-color css

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

 a { background-color: rgb(177,70,63); }

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

border-color css

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

 span { border-color: rgb(177,70,63); }

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