#B20E2B

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

Shades of Cardinal #B20E2B

Tints of Cardinal #B20E2B

Color information

#B20E2B (or 0xB20E2B) is unknown color: approx Cardinal. HEX triplet: B2, 0E and 2B. RGB value is (178,14,43). Sum of RGB (Red+Green+Blue) = 178+14+43=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E2B is #4DF1D4. Grayscale: #424242. Windows color (decimal): -5108181 or 2821810. OLE color: 2821810.

HSL color Cylindrical-coordinate representation of color #B20E2B: hue angle of 349.39º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E2B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1781443-
CMYK00.920.760.30
HSL349.39º85.42%37.65%-
HSV(B)349.39º92.13%69.8%-
XYZ18.959.953.21-
YUV66.34114.83207.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.74%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=75.74%
G=5.96%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178144300.920.760.30349.3985.4237.65
HexB2E2B05C4C1E15d5526
Octal262165301341143653512546
Binary101100101110101011010111001001100111101010111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E2B; }

 p { color: rgb(178,14,43); }

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

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

 a { background-color: rgb(178,14,43); }

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

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

 span { border-color: rgb(178,14,43); }

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