#B61346

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

Shades of Cardinal #B61346

Tints of Cardinal #B61346

Color information

#B61346 (or 0xB61346) is unknown color: approx Cardinal. HEX triplet: B6, 13 and 46. RGB value is (182,19,70). Sum of RGB (Red+Green+Blue) = 182+19+70=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B61346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61346 is #49ECB9. Grayscale: #494949. Windows color (decimal): -4844730 or 4592566. OLE color: 4592566.

HSL color Cylindrical-coordinate representation of color #B61346: hue angle of 341.23º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61346 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1821970-
CMYK00.900.620.29
HSL341.23º81.09%39.41%-
HSV(B)341.23º89.56%71.37%-
XYZ20.6310.856.8-
YUV73.55126205.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.16%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=67.16%
G=7.01%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182197000.900.620.29341.2381.0939.41
HexB6134605A3E1D1555127
Octal266231060132763552512147
Binary1011011010011100011001011010111110111011010101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61346; }

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

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

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

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

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

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

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

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