#B61B44

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

Shades of Cardinal #B61B44

Tints of Cardinal #B61B44

Color information

#B61B44 (or 0xB61B44) is unknown color: approx Cardinal. HEX triplet: B6, 1B and 44. RGB value is (182,27,68). Sum of RGB (Red+Green+Blue) = 182+27+68=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B44 is #49E4BB. Grayscale: #4E4E4E. Windows color (decimal): -4842684 or 4463542. OLE color: 4463542.

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

Color convert

RGB1822768-
CMYK00.850.630.29
HSL344.13º74.16%40.98%-
HSV(B)344.13º85.16%71.37%-
XYZ20.7311.156.53-
YUV78.02122.35202.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=65.70%
G=9.75%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182276800.850.630.29344.1374.1640.98
HexB61B440553F1D1584a29
Octal266331040125773553011251
Binary1011011011011100010001010101111111111011010110001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B44; }

 p { color: rgb(182,27,68); }

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

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

 a { background-color: rgb(182,27,68); }

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

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

 span { border-color: rgb(182,27,68); }

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