#B61846

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

Shades of Cardinal #B61846

Tints of Cardinal #B61846

Color information

#B61846 (or 0xB61846) is unknown color: approx Cardinal. HEX triplet: B6, 18 and 46. RGB value is (182,24,70). Sum of RGB (Red+Green+Blue) = 182+24+70=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B61846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61846 is #49E7B9. Grayscale: #4C4C4C. Windows color (decimal): -4843450 or 4593846. OLE color: 4593846.

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

Color convert

RGB1822470-
CMYK00.870.620.29
HSL342.53º76.7%40.39%-
HSV(B)342.53º86.81%71.37%-
XYZ20.7211.046.83-
YUV76.49124.35203.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=65.94%
G=8.70%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182247000.870.620.29342.5376.740.39
HexB618460573E1D1574d28
Octal266301060127763552711550
Binary1011011011000100011001010111111110111011010101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61846; }

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

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

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

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

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

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

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

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