#BF2636

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

Shades of Cardinal #BF2636

Tints of Cardinal #BF2636

Color information

#BF2636 (or 0xBF2636) is unknown color: approx Cardinal. HEX triplet: BF, 26 and 36. RGB value is (191,38,54). Sum of RGB (Red+Green+Blue) = 191+38+54=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2636 is #40D9C9. Grayscale: #555555. Windows color (decimal): -4250058 or 3548863. OLE color: 3548863.

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

Color convert

RGB1913854-
CMYK00.800.720.25
HSL353.73º66.81%44.9%-
HSV(B)353.73º80.1%74.9%-
XYZ22.8412.734.74-
YUV85.57110.19203.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.49%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=67.49%
G=13.43%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191385400.800.720.25353.7366.8144.9
HexBF26360504819162432d
Octal277466601201103154210355
Binary10111111100110110110010100001001000110011011000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2636; }

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

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

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

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

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

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

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

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