#B2063D

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

Shades of Cardinal #B2063D

Tints of Cardinal #B2063D

Color information

#B2063D (or 0xB2063D) is unknown color: approx Cardinal. HEX triplet: B2, 06 and 3D. RGB value is (178,6,61). Sum of RGB (Red+Green+Blue) = 178+6+61=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2063D is #4DF9C2. Grayscale: #3F3F3F. Windows color (decimal): -5110211 or 3999410. OLE color: 3999410.

HSL color Cylindrical-coordinate representation of color #B2063D: hue angle of 340.81º 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 #B2063D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB178661-
CMYK00.970.660.30
HSL340.81º93.48%36.08%-
HSV(B)340.81º96.63%69.8%-
XYZ19.279.935.32-
YUV63.7126.48209.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.65%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=72.65%
G=2.45%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17866100.970.660.30340.8193.4836.08
HexB263D061421E1555d24
Octal26267501411023652513544
Binary10110010110111101011000011000010111101010101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2063D; }

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

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

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

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

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

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

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

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