#BC0D2B

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

Shades of Cardinal #BC0D2B

Tints of Cardinal #BC0D2B

Color information

#BC0D2B (or 0xBC0D2B) is unknown color: approx Cardinal. HEX triplet: BC, 0D and 2B. RGB value is (188,13,43). Sum of RGB (Red+Green+Blue) = 188+13+43=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D2B is #43F2D4. Grayscale: #444444. Windows color (decimal): -4453077 or 2821564. OLE color: 2821564.

HSL color Cylindrical-coordinate representation of color #BC0D2B: hue angle of 349.71º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D2B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1881343-
CMYK00.930.770.26
HSL349.71º87.06%39.41%-
HSV(B)349.71º93.09%73.73%-
XYZ21.3211.153.31-
YUV68.74113.48213.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.05%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=77.05%
G=5.33%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188134300.930.770.26349.7187.0639.41
HexBCD2B05D4D1A15e5727
Octal274155301351153253612747
Binary101111001101101011010111011001101110101010111101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0D2B; }

 p { color: rgb(188,13,43); }

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

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

 a { background-color: rgb(188,13,43); }

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

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

 span { border-color: rgb(188,13,43); }

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