#B1422D

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

Shades of Medium Carmine #B1422D

Tints of Medium Carmine #B1422D

Color information

#B1422D (or 0xB1422D) is unknown color: approx Medium Carmine. HEX triplet: B1, 42 and 2D. RGB value is (177,66,45). Sum of RGB (Red+Green+Blue) = 177+66+45=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1422D is #4EBDD2. Grayscale: #606060. Windows color (decimal): -5160403 or 2966193. OLE color: 2966193.

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

Color convert

RGB1776645-
CMYK00.630.750.31
HSL9.55º59.46%43.53%-
HSV(B)9.55º74.58%69.41%-
XYZ20.5513.433.99-
YUV96.7998.77185.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=61.46%
G=22.92%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177664500.630.750.319.5559.4643.53
HexB1422D03F4B1Fa3b2c
Octal2611025507711337127354
Binary10110001100001010110101111111001011111111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1422D; }

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

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

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

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

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

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

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

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