#B91042

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

Shades of Cardinal #B91042

Tints of Cardinal #B91042

Color information

#B91042 (or 0xB91042) is unknown color: approx Cardinal. HEX triplet: B9, 10 and 42. RGB value is (185,16,66). Sum of RGB (Red+Green+Blue) = 185+16+66=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B91042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91042 is #46EFBD. Grayscale: #484848. Windows color (decimal): -4648894 or 4329657. OLE color: 4329657.

HSL color Cylindrical-coordinate representation of color #B91042: hue angle of 342.25º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91042 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1851666-
CMYK00.910.640.27
HSL342.25º84.08%39.41%-
HSV(B)342.25º91.35%72.55%-
XYZ21.1811.086.18-
YUV72.23124.49208.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.29%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=69.29%
G=5.99%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185166600.910.640.27342.2584.0839.41
HexB9104205B401B1565427
Octal2712010201331003352612447
Binary10111001100001000010010110111000000110111010101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91042; }

 p { color: rgb(185,16,66); }

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

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

 a { background-color: rgb(185,16,66); }

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

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

 span { border-color: rgb(185,16,66); }

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