#B2053B

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

Shades of Cardinal #B2053B

Tints of Cardinal #B2053B

Color information

#B2053B (or 0xB2053B) is unknown color: approx Cardinal. HEX triplet: B2, 05 and 3B. RGB value is (178,5,59). Sum of RGB (Red+Green+Blue) = 178+5+59=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2053B is #4DFAC4. Grayscale: #3E3E3E. Windows color (decimal): -5110469 or 3868082. OLE color: 3868082.

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

Color convert

RGB178559-
CMYK00.970.670.30
HSL341.27º94.54%35.88%-
HSV(B)341.27º97.19%69.8%-
XYZ19.29.895.03-
YUV62.88125.81210.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.55%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=73.55%
G=2.07%
B=24.38%

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
Decimal17855900.970.670.30341.2794.5435.88
HexB253B061431E1555f24
Octal26257301411033652513744
Binary10110010101111011011000011000011111101010101011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2053B; }

 p { color: rgb(178,5,59); }

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

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

 a { background-color: rgb(178,5,59); }

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

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

 span { border-color: rgb(178,5,59); }

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