#b10039

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

Shades of Cardinal #B10039

Tints of Cardinal #B10039

Color information

#B10039 (or 0xB10039) is unknown color: approx Cardinal. HEX triplet: B1, 00 and 39. RGB value is (177,0,57). Sum of RGB (Red+Green+Blue) = 177+0+57=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10039 is #4EFFC6. Grayscale: #3B3B3B. Windows color (decimal): -5177287 or 3735729. OLE color: 3735729.

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

Color convert

RGB177057-
CMYK010.680.31
HSL340.68º100%34.71%-
HSV(B)340.68º100%69.41%-
XYZ18.879.644.74-
YUV59.42126.64211.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=75.64%
G=0%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177057010.680.31340.6810034.71
HexB1039064441F1556423
Octal26107101441043752514443
Binary101100010111001011001001000100111111010101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b10039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b10039; }

 p { color: rgb(177,0,57); }

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

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

 a { background-color: rgb(177,0,57); }

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

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

 span { border-color: rgb(177,0,57); }

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