#B61A49

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

Shades of Cardinal #B61A49

Tints of Cardinal #B61A49

Color information

#B61A49 (or 0xB61A49) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 49. RGB value is (182,26,73). Sum of RGB (Red+Green+Blue) = 182+26+73=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A49 is #49E5B6. Grayscale: #4D4D4D. Windows color (decimal): -4842935 or 4790966. OLE color: 4790966.

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

Color convert

RGB1822673-
CMYK00.860.600.29
HSL341.92º75%40.78%-
HSV(B)341.92º85.71%71.37%-
XYZ20.8611.167.36-
YUV78125.18202.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.77%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=64.77%
G=9.25%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182267300.860.600.29341.927540.78
HexB61A490563C1D1564b29
Octal266321110126743552611351
Binary1011011011010100100101010110111100111011010101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A49; }

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

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

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

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

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

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

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

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