#bc262c

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

Shades of Cardinal #BC262C

Tints of Cardinal #BC262C

Color information

#BC262C (or 0xBC262C) is unknown color: approx Cardinal. HEX triplet: BC, 26 and 2C. RGB value is (188,38,44). Sum of RGB (Red+Green+Blue) = 188+38+44=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC262C is #43D9D3. Grayscale: #535353. Windows color (decimal): -4446676 or 2893500. OLE color: 2893500.

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

Color convert

RGB1883844-
CMYK00.800.770.26
HSL357.6º66.37%44.31%-
HSV(B)357.6º79.79%73.73%-
XYZ21.8912.263.6-
YUV83.53105.7202.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=69.63%
G=14.07%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188384400.800.770.26357.666.3744.31
HexBC262C0504D1A166422c
Octal274465401201153254610254
Binary10111100100110101100010100001001101110101011001101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc262c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc262c; }

 p { color: rgb(188,38,44); }

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

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

 a { background-color: rgb(188,38,44); }

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

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

 span { border-color: rgb(188,38,44); }

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