Html Css Color HEX #B1463E Medium Carmine

📋 copy color: '#B1463E'

red 177 ◦ green 70 ◦ blue 62

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

Shades of Medium Carmine #B1463E

Tints of Medium Carmine #B1463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 57.28%
G = 22.65%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1463E (or 0xB1463E) is known color: Medium Carmine. HEX triplet: B1, 46 and 3E. RGB value is (177,70,62). Sum of RGB (Red+Green+Blue) = 177+70+62=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1463E is #4EB9C1. Grayscale: #656565. Windows color (decimal): -5159362 or 4081329. OLE color: 4081329.

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

Color convert

RGB 177 70 62 -
CMYK 0 0.60 0.65 0.31
HSL 4.17º 0.48% 0.47% -
HSV(B) 4.17º 0.65% 0.69% -
XYZ 21.19 14.08 6.16 -
YUV 101.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 177 70 62 0 0.60 0.65 0.31 4.17 0.48 0.47
Hex B1 46 3E 0 3C 41 1F 4 30 2F
Octal 261 106 76 0 74 101 37 4 60 57
Binary 10110001 1000110 111110 0 111100 1000001 11111 100 110000 101111

Color Harmonies of #B1463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1463E

Black with #B1463E

Text Example


Text Example

White with #B1463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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