#BF263E

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

Shades of Cardinal #BF263E

Tints of Cardinal #BF263E

Color information

#BF263E (or 0xBF263E) is unknown color: approx Cardinal. HEX triplet: BF, 26 and 3E. RGB value is (191,38,62). Sum of RGB (Red+Green+Blue) = 191+38+62=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF263E is #40D9C1. Grayscale: #565656. Windows color (decimal): -4250050 or 4073151. OLE color: 4073151.

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

Color convert

RGB1913862-
CMYK00.800.680.25
HSL350.59º66.81%44.9%-
HSV(B)350.59º80.1%74.9%-
XYZ23.0512.815.82-
YUV86.48114.19202.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.64%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=65.64%
G=13.06%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191386200.800.680.25350.5966.8144.9
HexBF263E050441915f432d
Octal277467601201043153710355
Binary10111111100110111110010100001000100110011010111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF263E; }

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

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

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

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

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

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

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

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