#B33A29

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

Shades of Medium Carmine #B33A29

Tints of Medium Carmine #B33A29

Color information

#B33A29 (or 0xB33A29) is unknown color: approx Medium Carmine. HEX triplet: B3, 3A and 29. RGB value is (179,58,41). Sum of RGB (Red+Green+Blue) = 179+58+41=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A29 is #4CC5D6. Grayscale: #5C5C5C. Windows color (decimal): -5031383 or 2702003. OLE color: 2702003.

HSL color Cylindrical-coordinate representation of color #B33A29: hue angle of 7.39º 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 #B33A29 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1795841-
CMYK00.680.770.30
HSL7.39º62.73%43.14%-
HSV(B)7.39º77.09%70.2%-
XYZ20.512.773.48-
YUV92.2499.09189.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=64.39%
G=20.86%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179584100.680.770.307.3962.7343.14
HexB33A290444D1E73f2b
Octal263725101041153677753
Binary1011001111101010100101000100100110111110111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A29; }

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

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

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

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

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

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

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

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