#BF192D

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

Shades of Cardinal #BF192D

Tints of Cardinal #BF192D

Color information

#BF192D (or 0xBF192D) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 2D. RGB value is (191,25,45). Sum of RGB (Red+Green+Blue) = 191+25+45=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF192D is #40E6D2. Grayscale: #4D4D4D. Windows color (decimal): -4253395 or 2955711. OLE color: 2955711.

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

Color convert

RGB1912545-
CMYK00.870.760.25
HSL352.77º76.85%42.35%-
HSV(B)352.77º86.91%74.9%-
XYZ22.3111.963.62-
YUV76.91110209.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.18%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=73.18%
G=9.58%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191254500.870.760.25352.7776.8542.35
HexBF192D0574C191614d2a
Octal277315501271143154111552
Binary1011111111001101101010101111001100110011011000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF192D; }

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

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

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

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

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

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

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

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