#BF152E

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

Shades of Cardinal #BF152E

Tints of Cardinal #BF152E

Color information

#BF152E (or 0xBF152E) is unknown color: approx Cardinal. HEX triplet: BF, 15 and 2E. RGB value is (191,21,46). Sum of RGB (Red+Green+Blue) = 191+21+46=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF152E is #40EAD1. Grayscale: #4A4A4A. Windows color (decimal): -4254418 or 3020223. OLE color: 3020223.

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

Color convert

RGB1912146-
CMYK00.890.760.25
HSL351.18º80.19%41.57%-
HSV(B)351.18º89.01%74.9%-
XYZ22.2511.813.69-
YUV74.68111.82210.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.03%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=74.03%
G=8.14%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191214600.890.760.25351.1880.1941.57
HexBF152E0594C1915f502a
Octal277255601311143153712052
Binary1011111110101101110010110011001100110011010111111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF152E; }

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

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

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

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

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

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

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

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