#BF1135

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

Shades of Cardinal #BF1135

Tints of Cardinal #BF1135

Color information

#BF1135 (or 0xBF1135) is unknown color: approx Cardinal. HEX triplet: BF, 11 and 35. RGB value is (191,17,53). Sum of RGB (Red+Green+Blue) = 191+17+53=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1135 is #40EECA. Grayscale: #494949. Windows color (decimal): -4255435 or 3477951. OLE color: 3477951.

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

Color convert

RGB1911753-
CMYK00.910.720.25
HSL347.59º83.65%40.78%-
HSV(B)347.59º91.1%74.9%-
XYZ22.3311.734.46-
YUV73.13116.65212.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.18%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=73.18%
G=6.51%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191175300.910.720.25347.5983.6540.78
HexBF113505B481915c5429
Octal277216501331103153412451
Binary1011111110001110101010110111001000110011010111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1135; }

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

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

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

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

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

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

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

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