#BF1244

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

Shades of Cardinal #BF1244

Tints of Cardinal #BF1244

Color information

#BF1244 (or 0xBF1244) is unknown color: approx Cardinal. HEX triplet: BF, 12 and 44. RGB value is (191,18,68). Sum of RGB (Red+Green+Blue) = 191+18+68=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1244 is #40EDBB. Grayscale: #4B4B4B. Windows color (decimal): -4255164 or 4461247. OLE color: 4461247.

HSL color Cylindrical-coordinate representation of color #BF1244: hue angle of 342.66º 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 #BF1244 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1911868-
CMYK00.910.640.25
HSL342.66º82.78%40.98%-
HSV(B)342.66º90.58%74.9%-
XYZ22.7511.936.57-
YUV75.43123.81210.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=68.95%
G=6.50%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191186800.910.640.25342.6682.7840.98
HexBF124405B40191575329
Octal2772210401331003152712351
Binary10111111100101000100010110111000000110011010101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1244; }

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

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

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

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

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

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

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

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