#BF122E

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

Shades of Cardinal #BF122E

Tints of Cardinal #BF122E

Color information

#BF122E (or 0xBF122E) is unknown color: approx Cardinal. HEX triplet: BF, 12 and 2E. RGB value is (191,18,46). Sum of RGB (Red+Green+Blue) = 191+18+46=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF122E is #40EDD1. Grayscale: #484848. Windows color (decimal): -4255186 or 3019455. OLE color: 3019455.

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

Color convert

RGB1911846-
CMYK00.910.760.25
HSL350.29º82.78%40.98%-
HSV(B)350.29º90.58%74.9%-
XYZ22.211.713.67-
YUV72.92112.81212.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.90%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=74.90%
G=7.06%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191184600.910.760.25350.2982.7840.98
HexBF122E05B4C1915e5329
Octal277225601331143153612351
Binary1011111110010101110010110111001100110011010111101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF122E; }

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

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

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

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

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

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

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

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