#B61A40

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

Shades of Cardinal #B61A40

Tints of Cardinal #B61A40

Color information

#B61A40 (or 0xB61A40) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 40. RGB value is (182,26,64). Sum of RGB (Red+Green+Blue) = 182+26+64=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A40 is #49E5BF. Grayscale: #4C4C4C. Windows color (decimal): -4842944 or 4201142. OLE color: 4201142.

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

Color convert

RGB1822664-
CMYK00.860.650.29
HSL345.38º75%40.78%-
HSV(B)345.38º85.71%71.37%-
XYZ20.5911.055.9-
YUV76.98120.68202.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=66.91%
G=9.56%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182266400.860.650.29345.387540.78
HexB61A40056411D1594b29
Octal2663210001261013553111351
Binary10110110110101000000010101101000001111011010110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A40; }

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

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

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

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

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

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

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

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