#B4422B

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

Shades of Medium Carmine #B4422B

Tints of Medium Carmine #B4422B

Color information

#B4422B (or 0xB4422B) is unknown color: approx Medium Carmine. HEX triplet: B4, 42 and 2B. RGB value is (180,66,43). Sum of RGB (Red+Green+Blue) = 180+66+43=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4422B is #4BBDD4. Grayscale: #616161. Windows color (decimal): -4963797 or 2835124. OLE color: 2835124.

HSL color Cylindrical-coordinate representation of color #B4422B: hue angle of 10.07º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4422B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1806643-
CMYK00.630.760.29
HSL10.07º61.43%43.73%-
HSV(B)10.07º76.11%70.59%-
XYZ21.2113.773.83-
YUV97.4697.27186.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=62.28%
G=22.84%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180664300.630.760.2910.0761.4343.73
HexB4422B03F4C1Da3d2c
Octal2641025307711435127554
Binary10110100100001010101101111111001100111011010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4422B; }

 p { color: rgb(180,66,43); }

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

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

 a { background-color: rgb(180,66,43); }

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

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

 span { border-color: rgb(180,66,43); }

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