#B33429

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

Shades of Medium Carmine #B33429

Tints of Medium Carmine #B33429

Color information

#B33429 (or 0xB33429) is unknown color: approx Medium Carmine. HEX triplet: B3, 34 and 29. RGB value is (179,52,41). Sum of RGB (Red+Green+Blue) = 179+52+41=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B33429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33429 is #4CCBD6. Grayscale: #585858. Windows color (decimal): -5032919 or 2700467. OLE color: 2700467.

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

Color convert

RGB1795241-
CMYK00.710.770.30
HSL4.78º62.73%43.14%-
HSV(B)4.78º77.09%70.2%-
XYZ20.2212.23.39-
YUV88.72101.08192.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.81%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=65.81%
G=19.12%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179524100.710.770.304.7862.7343.14
HexB334290474D1E53f2b
Octal263645101071153657753
Binary1011001111010010100101000111100110111110101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33429; }

 p { color: rgb(179,52,41); }

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

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

 a { background-color: rgb(179,52,41); }

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

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

 span { border-color: rgb(179,52,41); }

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