#BC0336

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

Shades of Cardinal #BC0336

Tints of Cardinal #BC0336

Color information

#BC0336 (or 0xBC0336) is unknown color: approx Cardinal. HEX triplet: BC, 03 and 36. RGB value is (188,3,54). Sum of RGB (Red+Green+Blue) = 188+3+54=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0336 is #43FCC9. Grayscale: #404040. Windows color (decimal): -4455626 or 3539900. OLE color: 3539900.

HSL color Cylindrical-coordinate representation of color #BC0336: hue angle of 343.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0336 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB188354-
CMYK00.980.710.26
HSL343.46º96.86%37.45%-
HSV(B)343.46º98.4%73.73%-
XYZ21.4411.024.49-
YUV64.13122.29216.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.73%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=76.73%
G=1.22%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18835400.980.710.26343.4696.8637.45
HexBC336062471A1576125
Octal27436601421073252714145
Binary1011110011110110011000101000111110101010101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0336; }

 p { color: rgb(188,3,54); }

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

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

 a { background-color: rgb(188,3,54); }

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

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

 span { border-color: rgb(188,3,54); }

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