#B00527

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

Shades of Carmine #B00527

Tints of Carmine #B00527

Color information

#B00527 (or 0xB00527) is unknown color: approx Carmine. HEX triplet: B0, 05 and 27. RGB value is (176,5,39). Sum of RGB (Red+Green+Blue) = 176+5+39=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B00527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00527 is #4FFAD8. Grayscale: #3C3C3C. Windows color (decimal): -5241561 or 2557360. OLE color: 2557360.

HSL color Cylindrical-coordinate representation of color #B00527: hue angle of 348.07º 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 #B00527 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB176539-
CMYK00.970.780.31
HSL348.07º94.48%35.49%-
HSV(B)348.07º97.16%69.02%-
XYZ18.329.492.78-
YUV60116.15210.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=80%
G=2.27%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17653900.970.780.31348.0794.4835.49
HexB05270614E1F15c5e23
Octal26054701411163753413643
Binary10110000101100111011000011001110111111010111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00527; }

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

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

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

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

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

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

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

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