#BF1936

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

Shades of Cardinal #BF1936

Tints of Cardinal #BF1936

Color information

#BF1936 (or 0xBF1936) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 36. RGB value is (191,25,54). Sum of RGB (Red+Green+Blue) = 191+25+54=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1936 is #40E6C9. Grayscale: #4D4D4D. Windows color (decimal): -4253386 or 3545535. OLE color: 3545535.

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

Color convert

RGB1912554-
CMYK00.870.720.25
HSL349.52º76.85%42.35%-
HSV(B)349.52º86.91%74.9%-
XYZ22.512.044.63-
YUV77.94114.5208.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.74%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 54 (21.48% from 255) = 20%
R=70.74%
G=9.26%
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.25
SystemRedGreenBlueCMYKHSL
Decimal191255400.870.720.25349.5276.8542.35
HexBF1936057481915e4d2a
Octal277316601271103153611552
Binary1011111111001110110010101111001000110011010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1936; }

 p { color: rgb(191,25,54); }

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

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

 a { background-color: rgb(191,25,54); }

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

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

 span { border-color: rgb(191,25,54); }

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