#B00528

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

Shades of Carmine #B00528

Tints of Carmine #B00528

Color information

#B00528 (or 0xB00528) is unknown color: approx Carmine. HEX triplet: B0, 05 and 28. RGB value is (176,5,40). Sum of RGB (Red+Green+Blue) = 176+5+40=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B00528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00528 is #4FFAD7. Grayscale: #3C3C3C. Windows color (decimal): -5241560 or 2622896. OLE color: 2622896.

HSL color Cylindrical-coordinate representation of color #B00528: hue angle of 347.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00528 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB176540-
CMYK00.970.770.31
HSL347.72º94.48%35.49%-
HSV(B)347.72º97.16%69.02%-
XYZ18.349.492.87-
YUV60.12116.65210.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.64%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=79.64%
G=2.26%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17654000.970.770.31347.7294.4835.49
HexB05280614D1F15c5e23
Octal26055001411153753413643
Binary10110000101101000011000011001101111111010111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00528; }

 p { color: rgb(176,5,40); }

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

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

 a { background-color: rgb(176,5,40); }

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

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

 span { border-color: rgb(176,5,40); }

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