#BC1835

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

Shades of Cardinal #BC1835

Tints of Cardinal #BC1835

Color information

#BC1835 (or 0xBC1835) is unknown color: approx Cardinal. HEX triplet: BC, 18 and 35. RGB value is (188,24,53). Sum of RGB (Red+Green+Blue) = 188+24+53=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1835 is #43E7CA. Grayscale: #4C4C4C. Windows color (decimal): -4450251 or 3479740. OLE color: 3479740.

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

Color convert

RGB1882453-
CMYK00.870.720.26
HSL349.39º77.36%41.57%-
HSV(B)349.39º87.23%73.73%-
XYZ21.7111.64.46-
YUV76.34114.83207.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.94%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 53 (21.09% from 255) = 20%
R=70.94%
G=9.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188245300.870.720.26349.3977.3641.57
HexBC1835057481A15d4d2a
Octal274306501271103253511552
Binary1011110011000110101010101111001000110101010111011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1835; }

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

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

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

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

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

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

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

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