#BF1236

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

Shades of Cardinal #BF1236

Tints of Cardinal #BF1236

Color information

#BF1236 (or 0xBF1236) is unknown color: approx Cardinal. HEX triplet: BF, 12 and 36. RGB value is (191,18,54). Sum of RGB (Red+Green+Blue) = 191+18+54=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1236 is #40EDC9. Grayscale: #494949. Windows color (decimal): -4255178 or 3543743. OLE color: 3543743.

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

Color convert

RGB1911854-
CMYK00.910.720.25
HSL347.51º82.78%40.98%-
HSV(B)347.51º90.58%74.9%-
XYZ22.3711.784.58-
YUV73.83116.81211.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.62%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=72.62%
G=6.84%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191185400.910.720.25347.5182.7840.98
HexBF123605B481915c5329
Octal277226601331103153412351
Binary1011111110010110110010110111001000110011010111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1236; }

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

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

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

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

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

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

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

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