#BC0337

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

Shades of Cardinal #BC0337

Tints of Cardinal #BC0337

Color information

#BC0337 (or 0xBC0337) is unknown color: approx Cardinal. HEX triplet: BC, 03 and 37. RGB value is (188,3,55). Sum of RGB (Red+Green+Blue) = 188+3+55=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0337 is #43FCC8. Grayscale: #404040. Windows color (decimal): -4455625 or 3605436. OLE color: 3605436.

HSL color Cylindrical-coordinate representation of color #BC0337: hue angle of 343.14º 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 #BC0337 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB188355-
CMYK00.980.710.26
HSL343.14º96.86%37.45%-
HSV(B)343.14º98.4%73.73%-
XYZ21.4611.034.61-
YUV64.24122.79216.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.42%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=76.42%
G=1.22%
B=22.36%

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
Decimal18835500.980.710.26343.1496.8637.45
HexBC337062471A1576125
Octal27436701421073252714145
Binary1011110011110111011000101000111110101010101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0337; }

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

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

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

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

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

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

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

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