#B13A22

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

Shades of Medium Carmine #B13A22

Tints of Medium Carmine #B13A22

Color information

#B13A22 (or 0xB13A22) is unknown color: approx Medium Carmine. HEX triplet: B1, 3A and 22. RGB value is (177,58,34). Sum of RGB (Red+Green+Blue) = 177+58+34=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A22 is #4EC5DD. Grayscale: #5B5B5B. Windows color (decimal): -5162462 or 2243249. OLE color: 2243249.

HSL color Cylindrical-coordinate representation of color #B13A22: hue angle of 10.07º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13A22 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1775834-
CMYK00.670.810.31
HSL10.07º67.77%41.37%-
HSV(B)10.07º80.79%69.41%-
XYZ19.9312.492.87-
YUV90.8495.92189.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=65.80%
G=21.56%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177583400.670.810.3110.0767.7741.37
HexB13A22043511Fa4429
Octal26172420103121371210451
Binary101100011110101000100100001110100011111110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A22; }

 p { color: rgb(177,58,34); }

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

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

 a { background-color: rgb(177,58,34); }

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

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

 span { border-color: rgb(177,58,34); }

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