#B33E26

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

Shades of Medium Carmine #B33E26

Tints of Medium Carmine #B33E26

Color information

#B33E26 (or 0xB33E26) is unknown color: approx Medium Carmine. HEX triplet: B3, 3E and 26. RGB value is (179,62,38). Sum of RGB (Red+Green+Blue) = 179+62+38=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E26 is #4CC1D9. Grayscale: #5E5E5E. Windows color (decimal): -5030362 or 2506419. OLE color: 2506419.

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

Color convert

RGB1796238-
CMYK00.650.790.30
HSL10.21º64.98%42.55%-
HSV(B)10.21º78.77%70.2%-
XYZ20.6613.173.29-
YUV94.2596.26188.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.16%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=64.16%
G=22.22%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179623800.650.790.3010.2164.9842.55
HexB33E260414F1Ea412b
Octal26376460101117361210153
Binary101100111111101001100100000110011111111010101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E26; }

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

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

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

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

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

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

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

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