#BF1A32

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

Shades of Cardinal #BF1A32

Tints of Cardinal #BF1A32

Color information

#BF1A32 (or 0xBF1A32) is unknown color: approx Cardinal. HEX triplet: BF, 1A and 32. RGB value is (191,26,50). Sum of RGB (Red+Green+Blue) = 191+26+50=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A32 is #40E5CD. Grayscale: #4E4E4E. Windows color (decimal): -4253134 or 3283647. OLE color: 3283647.

HSL color Cylindrical-coordinate representation of color #BF1A32: hue angle of 351.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A32 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1912650-
CMYK00.860.740.25
HSL351.27º76.04%42.55%-
HSV(B)351.27º86.39%74.9%-
XYZ22.4312.054.16-
YUV78.07112.16208.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=71.54%
G=9.74%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191265000.860.740.25351.2776.0442.55
HexBF1A320564A1915f4c2b
Octal277326201261123153711453
Binary1011111111010110010010101101001010110011010111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1A32; }

 p { color: rgb(191,26,50); }

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

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

 a { background-color: rgb(191,26,50); }

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

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

 span { border-color: rgb(191,26,50); }

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