#B4422E

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

Shades of Medium Carmine #B4422E

Tints of Medium Carmine #B4422E

Color information

#B4422E (or 0xB4422E) is unknown color: approx Medium Carmine. HEX triplet: B4, 42 and 2E. RGB value is (180,66,46). Sum of RGB (Red+Green+Blue) = 180+66+46=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4422E is #4BBDD1. Grayscale: #626262. Windows color (decimal): -4963794 or 3031732. OLE color: 3031732.

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

Color convert

RGB1806646-
CMYK00.630.740.29
HSL8.96º59.29%44.31%-
HSV(B)8.96º74.44%70.59%-
XYZ21.2613.84.13-
YUV97.8198.77186.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=61.64%
G=22.60%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180664600.630.740.298.9659.2944.31
HexB4422E03F4A1D93b2c
Octal2641025607711235117354
Binary10110100100001010111001111111001010111011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4422E; }

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

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

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

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

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

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

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

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