#BC212A

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

Shades of Cardinal #BC212A

Tints of Cardinal #BC212A

Color information

#BC212A (or 0xBC212A) is unknown color: approx Cardinal. HEX triplet: BC, 21 and 2A. RGB value is (188,33,42). Sum of RGB (Red+Green+Blue) = 188+33+42=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC212A is #43DED5. Grayscale: #505050. Windows color (decimal): -4447958 or 2761148. OLE color: 2761148.

HSL color Cylindrical-coordinate representation of color #BC212A: hue angle of 356.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC212A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1883342-
CMYK00.820.780.26
HSL356.52º70.14%43.33%-
HSV(B)356.52º82.45%73.73%-
XYZ21.711.953.35-
YUV80.37106.35204.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 71.48%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=71.48%
G=12.55%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188334200.820.780.26356.5270.1443.33
HexBC212A0524E1A165462b
Octal274415201221163254510653
Binary10111100100001101010010100101001110110101011001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC212A; }

 p { color: rgb(188,33,42); }

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

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

 a { background-color: rgb(188,33,42); }

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

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

 span { border-color: rgb(188,33,42); }

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