#B61248

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

Shades of Cardinal #B61248

Tints of Cardinal #B61248

Color information

#B61248 (or 0xB61248) is unknown color: approx Cardinal. HEX triplet: B6, 12 and 48. RGB value is (182,18,72). Sum of RGB (Red+Green+Blue) = 182+18+72=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61248 is #49EDB7. Grayscale: #494949. Windows color (decimal): -4844984 or 4723382. OLE color: 4723382.

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

Color convert

RGB1821872-
CMYK00.900.600.29
HSL340.24º82%39.22%-
HSV(B)340.24º90.11%71.37%-
XYZ20.6810.857.13-
YUV73.19127.33205.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=66.91%
G=6.62%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182187200.900.600.29340.248239.22
HexB6124805A3C1D1545227
Octal266221100132743552412247
Binary1011011010010100100001011010111100111011010101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61248; }

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

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

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

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

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

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

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

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