Html Css Color HEX #B1352C Medium Carmine

📋 copy color: '#B1352C'

red 177 ◦ green 53 ◦ blue 44

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

Shades of Medium Carmine #B1352C

Tints of Medium Carmine #B1352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

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

R = 64.6%
G = 19.34%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1352C (or 0xB1352C) is known color: Medium Carmine. HEX triplet: B1, 35 and 2C. RGB value is (177,53,44). Sum of RGB (Red+Green+Blue) = 177+53+44=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1352C is #4ECAD3. Grayscale: #595959. Windows color (decimal): -5163732 or 2897329. OLE color: 2897329.

HSL color Cylindrical-coordinate representation of color #B1352C: hue angle of 4.06º 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 #B1352C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 44 -
CMYK 0 0.70 0.75 0.31
HSL 4.06º 0.6% 0.43% -
HSV(B) 4.06º 0.75% 0.69% -
XYZ 19.86 12.08 3.67 -
YUV 89.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 177 53 44 0 0.70 0.75 0.31 4.06 0.6 0.43
Hex B1 35 2C 0 46 4B 1F 4 3C 2B
Octal 261 65 54 0 106 113 37 4 74 53
Binary 10110001 110101 101100 0 1000110 1001011 11111 100 111100 101011

Color Harmonies of #B1352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1352C

Black with #B1352C

Text Example


Text Example

White with #B1352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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