#B61332

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

Shades of Cardinal #B61332

Tints of Cardinal #B61332

Color information

#B61332 (or 0xB61332) is unknown color: approx Cardinal. HEX triplet: B6, 13 and 32. RGB value is (182,19,50). Sum of RGB (Red+Green+Blue) = 182+19+50=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B61332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61332 is #49ECCD. Grayscale: #474747. Windows color (decimal): -4844750 or 3281846. OLE color: 3281846.

HSL color Cylindrical-coordinate representation of color #B61332: hue angle of 348.59º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61332 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1821950-
CMYK00.900.730.29
HSL348.59º81.09%39.41%-
HSV(B)348.59º89.56%71.37%-
XYZ20.110.644.01-
YUV71.27116206.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.51%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=72.51%
G=7.57%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182195000.900.730.29348.5981.0939.41
HexB6133205A491D15d5127
Octal266236201321113553512147
Binary1011011010011110010010110101001001111011010111011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61332; }

 p { color: rgb(182,19,50); }

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

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

 a { background-color: rgb(182,19,50); }

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

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

 span { border-color: rgb(182,19,50); }

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