#B3423E

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

Shades of Medium Carmine #B3423E

Tints of Medium Carmine #B3423E

Color information

#B3423E (or 0xB3423E) is unknown color: approx Medium Carmine. HEX triplet: B3, 42 and 3E. RGB value is (179,66,62). Sum of RGB (Red+Green+Blue) = 179+66+62=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3423E is #4CBDC1. Grayscale: #636363. Windows color (decimal): -5029314 or 4080307. OLE color: 4080307.

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

Color convert

RGB1796662-
CMYK00.630.650.30
HSL2.05º48.55%47.25%-
HSV(B)2.05º65.36%70.2%-
XYZ21.4113.836.1-
YUV99.33106.94184.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=58.31%
G=21.50%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179666200.630.650.302.0548.5547.25
HexB3423E03F411E2312f
Octal263102760771013626157
Binary101100111000010111110011111110000011111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3423E; }

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

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

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

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

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

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

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

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