#BC273A

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

Shades of Cardinal #BC273A

Tints of Cardinal #BC273A

Color information

#BC273A (or 0xBC273A) is unknown color: approx Cardinal. HEX triplet: BC, 27 and 3A. RGB value is (188,39,58). Sum of RGB (Red+Green+Blue) = 188+39+58=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273A is #43D8C5. Grayscale: #555555. Windows color (decimal): -4446406 or 3811260. OLE color: 3811260.

HSL color Cylindrical-coordinate representation of color #BC273A: hue angle of 352.35º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC273A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1883958-
CMYK00.790.690.26
HSL352.35º65.64%44.51%-
HSV(B)352.35º79.26%73.73%-
XYZ22.2312.455.23-
YUV85.72112.36200.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.96%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=65.96%
G=13.68%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188395800.790.690.26352.3565.6444.51
HexBC273A04F451A160422d
Octal274477201171053254010255
Binary10111100100111111010010011111000101110101011000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC273A; }

 p { color: rgb(188,39,58); }

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

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

 a { background-color: rgb(188,39,58); }

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

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

 span { border-color: rgb(188,39,58); }

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