#BF2631

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

Shades of Cardinal #BF2631

Tints of Cardinal #BF2631

Color information

#BF2631 (or 0xBF2631) is unknown color: approx Cardinal. HEX triplet: BF, 26 and 31. RGB value is (191,38,49). Sum of RGB (Red+Green+Blue) = 191+38+49=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2631 is #40D9CE. Grayscale: #555555. Windows color (decimal): -4250063 or 3221183. OLE color: 3221183.

HSL color Cylindrical-coordinate representation of color #BF2631: hue angle of 355.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2631 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1913849-
CMYK00.800.740.25
HSL355.69º66.81%44.9%-
HSV(B)355.69º80.1%74.9%-
XYZ22.7312.684.16-
YUV85107.69203.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=68.71%
G=13.67%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191384900.800.740.25355.6966.8144.9
HexBF26310504A19164432d
Octal277466101201123154410355
Binary10111111100110110001010100001001010110011011001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2631; }

 p { color: rgb(191,38,49); }

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

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

 a { background-color: rgb(191,38,49); }

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

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

 span { border-color: rgb(191,38,49); }

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