#BF2638

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

Shades of Cardinal #BF2638

Tints of Cardinal #BF2638

Color information

#BF2638 (or 0xBF2638) is unknown color: approx Cardinal. HEX triplet: BF, 26 and 38. RGB value is (191,38,56). Sum of RGB (Red+Green+Blue) = 191+38+56=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2638 is #40D9C7. Grayscale: #555555. Windows color (decimal): -4250056 or 3679935. OLE color: 3679935.

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

Color convert

RGB1913856-
CMYK00.800.710.25
HSL352.94º66.81%44.9%-
HSV(B)352.94º80.1%74.9%-
XYZ22.8912.755-
YUV85.8111.19203.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=67.02%
G=13.33%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191385600.800.710.25352.9466.8144.9
HexBF26380504719161432d
Octal277467001201073154110355
Binary10111111100110111000010100001000111110011011000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2638; }

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

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

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

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

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

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

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

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