#bf1935

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

Shades of Cardinal #BF1935

Tints of Cardinal #BF1935

Color information

#BF1935 (or 0xBF1935) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 35. RGB value is (191,25,53). Sum of RGB (Red+Green+Blue) = 191+25+53=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1935 is #40E6CA. Grayscale: #4D4D4D. Windows color (decimal): -4253387 or 3479999. OLE color: 3479999.

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

Color convert

RGB1912553-
CMYK00.870.720.25
HSL349.88º76.85%42.35%-
HSV(B)349.88º86.91%74.9%-
XYZ22.4812.034.51-
YUV77.83114208.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=71.00%
G=9.29%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191255300.870.720.25349.8876.8542.35
HexBF1935057481915e4d2a
Octal277316501271103153611552
Binary1011111111001110101010101111001000110011010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1935; }

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

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

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

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

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

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

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

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