#b20c3a

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

Shades of Cardinal #B20C3A

Tints of Cardinal #B20C3A

Color information

#B20C3A (or 0xB20C3A) is unknown color: approx Cardinal. HEX triplet: B2, 0C and 3A. RGB value is (178,12,58). Sum of RGB (Red+Green+Blue) = 178+12+58=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C3A is #4DF3C5. Grayscale: #424242. Windows color (decimal): -5108678 or 3804338. OLE color: 3804338.

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

Color convert

RGB1781258-
CMYK00.930.670.30
HSL343.37º87.37%37.25%-
HSV(B)343.37º93.26%69.8%-
XYZ19.2610.034.92-
YUV66.88123207.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.77%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=71.77%
G=4.84%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178125800.930.670.30343.3787.3737.25
HexB2C3A05D431E1575725
Octal262147201351033652712745
Binary101100101100111010010111011000011111101010101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20c3a; }

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

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

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

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

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

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

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

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