Html Css Color HEX #B13F2C Medium Carmine

📋 copy color: '#B13F2C'

red 177 ◦ green 63 ◦ blue 44

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

Shades of Medium Carmine #B13F2C

Tints of Medium Carmine #B13F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

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

R = 62.32%
G = 22.18%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B13F2C (or 0xB13F2C) is known color: Medium Carmine. HEX triplet: B1, 3F and 2C. RGB value is (177,63,44). Sum of RGB (Red+Green+Blue) = 177+63+44=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F2C is #4EC0D3. Grayscale: #5F5F5F. Windows color (decimal): -5161172 or 2899889. OLE color: 2899889.

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

Color convert

RGB 177 63 44 -
CMYK 0 0.64 0.75 0.31
HSL 8.57º 0.6% 0.43% -
HSV(B) 8.57º 0.75% 0.69% -
XYZ 20.36 13.08 3.84 -
YUV 94.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 177 63 44 0 0.64 0.75 0.31 8.57 0.6 0.43
Hex B1 3F 2C 0 40 4B 1F 9 3C 2B
Octal 261 77 54 0 100 113 37 11 74 53
Binary 10110001 111111 101100 0 1000000 1001011 11111 1001 111100 101011

Color Harmonies of #B13F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F2C

Black with #B13F2C

Text Example


Text Example

White with #B13F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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