#BF152D

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

Shades of Cardinal #BF152D

Tints of Cardinal #BF152D

Color information

#BF152D (or 0xBF152D) is unknown color: approx Cardinal. HEX triplet: BF, 15 and 2D. RGB value is (191,21,45). Sum of RGB (Red+Green+Blue) = 191+21+45=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF152D is #40EAD2. Grayscale: #4A4A4A. Windows color (decimal): -4254419 or 2954687. OLE color: 2954687.

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

Color convert

RGB1912145-
CMYK00.890.760.25
HSL351.53º80.19%41.57%-
HSV(B)351.53º89.01%74.9%-
XYZ22.2311.83.59-
YUV74.57111.32211.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=74.32%
G=8.17%
B=17.51%

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
Decimal191214500.890.760.25351.5380.1941.57
HexBF152D0594C19160502a
Octal277255501311143154012052
Binary1011111110101101101010110011001100110011011000001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF152D; }

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

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

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

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

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

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

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

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