Html Css Color HEX #B1332F Medium Carmine

📋 copy color: '#B1332F'

red 177 ◦ green 51 ◦ blue 47

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

Shades of Medium Carmine #B1332F

Tints of Medium Carmine #B1332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 64.36%
G = 18.55%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1332F (or 0xB1332F) is known color: Medium Carmine. HEX triplet: B1, 33 and 2F. RGB value is (177,51,47). Sum of RGB (Red+Green+Blue) = 177+51+47=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1332F is #4ECCD0. Grayscale: #585858. Windows color (decimal): -5164241 or 3093425. OLE color: 3093425.

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

Color convert

RGB 177 51 47 -
CMYK 0 0.71 0.73 0.31
HSL 1.85º 0.58% 0.44% -
HSV(B) 1.85º 0.73% 0.69% -
XYZ 19.83 11.92 3.95 -
YUV 88.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 177 51 47 0 0.71 0.73 0.31 1.85 0.58 0.44
Hex B1 33 2F 0 47 49 1F 2 3A 2C
Octal 261 63 57 0 107 111 37 2 72 54
Binary 10110001 110011 101111 0 1000111 1001001 11111 10 111010 101100

Color Harmonies of #B1332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1332F

Black with #B1332F

Text Example


Text Example

White with #B1332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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