#B2063A

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

Shades of Cardinal #B2063A

Tints of Cardinal #B2063A

Color information

#B2063A (or 0xB2063A) is unknown color: approx Cardinal. HEX triplet: B2, 06 and 3A. RGB value is (178,6,58). Sum of RGB (Red+Green+Blue) = 178+6+58=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2063A is #4DF9C5. Grayscale: #3F3F3F. Windows color (decimal): -5110214 or 3802802. OLE color: 3802802.

HSL color Cylindrical-coordinate representation of color #B2063A: hue angle of 341.86º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2063A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB178658-
CMYK00.970.670.30
HSL341.86º93.48%36.08%-
HSV(B)341.86º96.63%69.8%-
XYZ19.199.94.9-
YUV63.36124.98209.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.55%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=73.55%
G=2.48%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17865800.970.670.30341.8693.4836.08
HexB263A061431E1565d24
Octal26267201411033652613544
Binary10110010110111010011000011000011111101010101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2063A; }

 p { color: rgb(178,6,58); }

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

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

 a { background-color: rgb(178,6,58); }

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

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

 span { border-color: rgb(178,6,58); }

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