#B61649

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

Shades of Cardinal #B61649

Tints of Cardinal #B61649

Color information

#B61649 (or 0xB61649) is unknown color: approx Cardinal. HEX triplet: B6, 16 and 49. RGB value is (182,22,73). Sum of RGB (Red+Green+Blue) = 182+22+73=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B61649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61649 is #49E9B6. Grayscale: #4B4B4B. Windows color (decimal): -4843959 or 4789942. OLE color: 4789942.

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

Color convert

RGB1822273-
CMYK00.880.600.29
HSL340.88º78.43%40%-
HSV(B)340.88º87.91%71.37%-
XYZ20.78117.33-
YUV75.65126.51203.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=65.70%
G=7.94%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182227300.880.600.29340.8878.4340
HexB616490583C1D1554e28
Octal266261110130743552511650
Binary1011011010110100100101011000111100111011010101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61649; }

 p { color: rgb(182,22,73); }

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

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

 a { background-color: rgb(182,22,73); }

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

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

 span { border-color: rgb(182,22,73); }

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