#B3422B

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

Shades of Medium Carmine #B3422B

Tints of Medium Carmine #B3422B

Color information

#B3422B (or 0xB3422B) is unknown color: approx Medium Carmine. HEX triplet: B3, 42 and 2B. RGB value is (179,66,43). Sum of RGB (Red+Green+Blue) = 179+66+43=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B3422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3422B is #4CBDD4. Grayscale: #616161. Windows color (decimal): -5029333 or 2835123. OLE color: 2835123.

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

Color convert

RGB1796643-
CMYK00.630.760.30
HSL10.15º61.26%43.53%-
HSV(B)10.15º75.98%70.2%-
XYZ20.9713.653.82-
YUV97.1697.44186.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.15%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=62.15%
G=22.92%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179664300.630.760.3010.1561.2643.53
HexB3422B03F4C1Ea3d2c
Octal2631025307711436127554
Binary10110011100001010101101111111001100111101010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3422B; }

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

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

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

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

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

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

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

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