Html Css Color HEX #B13431 Medium Carmine

📋 copy color: '#B13431'

red 177 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #B13431

Tints of Medium Carmine #B13431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 63.67%
G = 18.71%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B13431 (or 0xB13431) is known color: Medium Carmine. HEX triplet: B1, 34 and 31. RGB value is (177,52,49). Sum of RGB (Red+Green+Blue) = 177+52+49=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B13431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13431 is #4ECBCE. Grayscale: #595959. Windows color (decimal): -5163983 or 3224753. OLE color: 3224753.

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

Color convert

RGB 177 52 49 -
CMYK 0 0.71 0.72 0.31
HSL 1.41º 0.57% 0.44% -
HSV(B) 1.41º 0.72% 0.69% -
XYZ 19.91 12.02 4.18 -
YUV 89.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 177 52 49 0 0.71 0.72 0.31 1.41 0.57 0.44
Hex B1 34 31 0 47 48 1F 1 39 2C
Octal 261 64 61 0 107 110 37 1 71 54
Binary 10110001 110100 110001 0 1000111 1001000 11111 1 111001 101100

Color Harmonies of #B13431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13431

Black with #B13431

Text Example


Text Example

White with #B13431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13431; }

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

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

background-color css

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

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

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

border-color css

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

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

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