#bc1830

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

Shades of Cardinal #BC1830

Tints of Cardinal #BC1830

Color information

#BC1830 (or 0xBC1830) is unknown color: approx Cardinal. HEX triplet: BC, 18 and 30. RGB value is (188,24,48). Sum of RGB (Red+Green+Blue) = 188+24+48=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1830 is #43E7CF. Grayscale: #4B4B4B. Windows color (decimal): -4450256 or 3152060. OLE color: 3152060.

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

Color convert

RGB1882448-
CMYK00.870.740.26
HSL351.22º77.36%41.57%-
HSV(B)351.22º87.23%73.73%-
XYZ21.611.563.89-
YUV75.77112.33208.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.31%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=72.31%
G=9.23%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188244800.870.740.26351.2277.3641.57
HexBC18300574A1A15f4d2a
Octal274306001271123253711552
Binary1011110011000110000010101111001010110101010111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc1830; }

 p { color: rgb(188,24,48); }

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

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

 a { background-color: rgb(188,24,48); }

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

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

 span { border-color: rgb(188,24,48); }

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