#B61446

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

Shades of Cardinal #B61446

Tints of Cardinal #B61446

Color information

#B61446 (or 0xB61446) is unknown color: approx Cardinal. HEX triplet: B6, 14 and 46. RGB value is (182,20,70). Sum of RGB (Red+Green+Blue) = 182+20+70=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61446 is #49EBB9. Grayscale: #4A4A4A. Windows color (decimal): -4844474 or 4592822. OLE color: 4592822.

HSL color Cylindrical-coordinate representation of color #B61446: hue angle of 341.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61446 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1822070-
CMYK00.890.620.29
HSL341.48º80.2%39.61%-
HSV(B)341.48º89.01%71.37%-
XYZ20.6510.896.81-
YUV74.14125.67204.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=66.91%
G=7.35%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182207000.890.620.29341.4880.239.61
HexB614460593E1D1555028
Octal266241060131763552512050
Binary1011011010100100011001011001111110111011010101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61446; }

 p { color: rgb(182,20,70); }

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

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

 a { background-color: rgb(182,20,70); }

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

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

 span { border-color: rgb(182,20,70); }

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