#BF1533

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

Shades of Cardinal #BF1533

Tints of Cardinal #BF1533

Color information

#BF1533 (or 0xBF1533) is unknown color: approx Cardinal. HEX triplet: BF, 15 and 33. RGB value is (191,21,51). Sum of RGB (Red+Green+Blue) = 191+21+51=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1533 is #40EACC. Grayscale: #4B4B4B. Windows color (decimal): -4254413 or 3347903. OLE color: 3347903.

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

Color convert

RGB1912151-
CMYK00.890.730.25
HSL349.41º80.19%41.57%-
HSV(B)349.41º89.01%74.9%-
XYZ22.3511.854.24-
YUV75.25114.32210.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.62%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 51 (20.31% from 255) = 19.39%
R=72.62%
G=7.98%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191215100.890.730.25349.4180.1941.57
HexBF1533059491915d502a
Octal277256301311113153512052
Binary1011111110101110011010110011001001110011010111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1533; }

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

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

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

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

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

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

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

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