Html Css Color HEX #B1352F Medium Carmine

📋 copy color: '#B1352F'

red 177 ◦ green 53 ◦ blue 47

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

Shades of Medium Carmine #B1352F

Tints of Medium Carmine #B1352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 63.9%
G = 19.13%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1352F (or 0xB1352F) is known color: Medium Carmine. HEX triplet: B1, 35 and 2F. RGB value is (177,53,47). Sum of RGB (Red+Green+Blue) = 177+53+47=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1352F is #4ECAD0. Grayscale: #595959. Windows color (decimal): -5163729 or 3093937. OLE color: 3093937.

HSL color Cylindrical-coordinate representation of color #B1352F: hue angle of 2.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1352F is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 47 -
CMYK 0 0.70 0.73 0.31
HSL 2.77º 0.58% 0.44% -
HSV(B) 2.77º 0.73% 0.69% -
XYZ 19.92 12.1 3.97 -
YUV 89.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 177 53 47 0 0.70 0.73 0.31 2.77 0.58 0.44
Hex B1 35 2F 0 46 49 1F 3 3A 2C
Octal 261 65 57 0 106 111 37 3 72 54
Binary 10110001 110101 101111 0 1000110 1001001 11111 11 111010 101100

Color Harmonies of #B1352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1352F

Black with #B1352F

Text Example


Text Example

White with #B1352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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