#B1422A

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

Shades of Medium Carmine #B1422A

Tints of Medium Carmine #B1422A

Color information

#B1422A (or 0xB1422A) is unknown color: approx Medium Carmine. HEX triplet: B1, 42 and 2A. RGB value is (177,66,42). Sum of RGB (Red+Green+Blue) = 177+66+42=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1422A is #4EBDD5. Grayscale: #606060. Windows color (decimal): -5160406 or 2769585. OLE color: 2769585.

HSL color Cylindrical-coordinate representation of color #B1422A: hue angle of 10.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1422A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1776642-
CMYK00.630.760.31
HSL10.67º61.64%42.94%-
HSV(B)10.67º76.27%69.41%-
XYZ20.513.413.7-
YUV96.4597.27185.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=62.11%
G=23.16%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177664200.630.760.3110.6761.6442.94
HexB1422A03F4C1Fb3e2b
Octal2611025207711437137653
Binary10110001100001010101001111111001100111111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1422A; }

 p { color: rgb(177,66,42); }

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

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

 a { background-color: rgb(177,66,42); }

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

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

 span { border-color: rgb(177,66,42); }

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