Html Css Color HEX #B1342C Medium Carmine

📋 copy color: '#B1342C'

red 177 ◦ green 52 ◦ blue 44

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

Shades of Medium Carmine #B1342C

Tints of Medium Carmine #B1342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 64.84%
G = 19.05%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1342C (or 0xB1342C) is known color: Medium Carmine. HEX triplet: B1, 34 and 2C. RGB value is (177,52,44). Sum of RGB (Red+Green+Blue) = 177+52+44=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1342C is #4ECBD3. Grayscale: #585858. Windows color (decimal): -5163988 or 2897073. OLE color: 2897073.

HSL color Cylindrical-coordinate representation of color #B1342C: hue angle of 3.61º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1342C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 44 -
CMYK 0 0.71 0.75 0.31
HSL 3.61º 0.6% 0.43% -
HSV(B) 3.61º 0.75% 0.69% -
XYZ 19.81 11.98 3.65 -
YUV 88.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 177 52 44 0 0.71 0.75 0.31 3.61 0.6 0.43
Hex B1 34 2C 0 47 4B 1F 4 3C 2B
Octal 261 64 54 0 107 113 37 4 74 53
Binary 10110001 110100 101100 0 1000111 1001011 11111 100 111100 101011

Color Harmonies of #B1342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1342C

Black with #B1342C

Text Example


Text Example

White with #B1342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1342C; }

 p { color: rgb(177,52,44); }

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

background-color css

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

 a { background-color: rgb(177,52,44); }

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

border-color css

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

 span { border-color: rgb(177,52,44); }

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