#B13F2F

Color #B13F2F Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B13F2F

Tints of Medium Carmine #B13F2F

Color information

#B13F2F (or 0xB13F2F) is unknown color: approx Medium Carmine. HEX triplet: B1, 3F and 2F. RGB value is (177,63,47). Sum of RGB (Red+Green+Blue) = 177+63+47=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F2F is #4EC0D0. Grayscale: #5F5F5F. Windows color (decimal): -5161169 or 3096497. OLE color: 3096497.

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

Color convert

RGB1776347-
CMYK00.640.730.31
HSL7.38º58.04%43.92%-
HSV(B)7.38º73.45%69.41%-
XYZ20.4213.114.14-
YUV95.26100.77186.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=61.67%
G=21.95%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177634700.640.730.317.3858.0443.92
HexB13F2F040491F73a2c
Octal261775701001113777254
Binary1011000111111110111101000000100100111111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F2F; }

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

 H1.HeaderClassName
 {
   color: #B13F2F;
 }
 .AnyTagClassName
 {
   color: #B13F2F;
 }
</style>
background-color css

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

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

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

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

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

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