#BF1535

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

Shades of Cardinal #BF1535

Tints of Cardinal #BF1535

Color information

#BF1535 (or 0xBF1535) is unknown color: approx Cardinal. HEX triplet: BF, 15 and 35. RGB value is (191,21,53). Sum of RGB (Red+Green+Blue) = 191+21+53=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1535 is #40EACA. Grayscale: #4B4B4B. Windows color (decimal): -4254411 or 3478975. OLE color: 3478975.

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

Color convert

RGB1912153-
CMYK00.890.720.25
HSL348.71º80.19%41.57%-
HSV(B)348.71º89.01%74.9%-
XYZ22.411.874.48-
YUV75.48115.32210.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 53 (21.09% from 255) = 20%
R=72.08%
G=7.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191215300.890.720.25348.7180.1941.57
HexBF1535059481915d502a
Octal277256501311103153512052
Binary1011111110101110101010110011001000110011010111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1535; }

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

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

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

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

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

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

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

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