#B61A48

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

Shades of Cardinal #B61A48

Tints of Cardinal #B61A48

Color information

#B61A48 (or 0xB61A48) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 48. RGB value is (182,26,72). Sum of RGB (Red+Green+Blue) = 182+26+72=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A48 is #49E5B7. Grayscale: #4D4D4D. Windows color (decimal): -4842936 or 4725430. OLE color: 4725430.

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

Color convert

RGB1822672-
CMYK00.860.600.29
HSL342.31º75%40.78%-
HSV(B)342.31º85.71%71.37%-
XYZ20.8311.157.19-
YUV77.89124.68202.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=65%
G=9.29%
B=25.71%

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
Decimal182267200.860.600.29342.317540.78
HexB61A480563C1D1564b29
Octal266321100126743552611351
Binary1011011011010100100001010110111100111011010101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A48; }

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

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

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

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

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

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

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

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