#BF1934

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

Shades of Cardinal #BF1934

Tints of Cardinal #BF1934

Color information

#BF1934 (or 0xBF1934) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 34. RGB value is (191,25,52). Sum of RGB (Red+Green+Blue) = 191+25+52=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1934 is #40E6CB. Grayscale: #4D4D4D. Windows color (decimal): -4253388 or 3414463. OLE color: 3414463.

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

Color convert

RGB1912552-
CMYK00.870.730.25
HSL350.24º76.85%42.35%-
HSV(B)350.24º86.91%74.9%-
XYZ22.4512.024.39-
YUV77.71113.5208.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.27%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=71.27%
G=9.33%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191255200.870.730.25350.2476.8542.35
HexBF1934057491915e4d2a
Octal277316401271113153611552
Binary1011111111001110100010101111001001110011010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1934; }

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

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

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

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

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

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

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

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