#B61648

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

Shades of Cardinal #B61648

Tints of Cardinal #B61648

Color information

#B61648 (or 0xB61648) is unknown color: approx Cardinal. HEX triplet: B6, 16 and 48. RGB value is (182,22,72). Sum of RGB (Red+Green+Blue) = 182+22+72=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B61648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61648 is #49E9B7. Grayscale: #4B4B4B. Windows color (decimal): -4843960 or 4724406. OLE color: 4724406.

HSL color Cylindrical-coordinate representation of color #B61648: hue angle of 341.25º 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 #B61648 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1822272-
CMYK00.880.600.29
HSL341.25º78.43%40%-
HSV(B)341.25º87.91%71.37%-
XYZ20.7510.997.16-
YUV75.54126.01203.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=65.94%
G=7.97%
B=26.09%

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
Decimal182227200.880.600.29341.2578.4340
HexB616480583C1D1554e28
Octal266261100130743552511650
Binary1011011010110100100001011000111100111011010101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61648; }

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

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

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

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

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

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

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

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