#BF262D

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

Shades of Cardinal #BF262D

Tints of Cardinal #BF262D

Color information

#BF262D (or 0xBF262D) is unknown color: approx Cardinal. HEX triplet: BF, 26 and 2D. RGB value is (191,38,45). Sum of RGB (Red+Green+Blue) = 191+38+45=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF262D is #40D9D2. Grayscale: #545454. Windows color (decimal): -4250067 or 2959039. OLE color: 2959039.

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

Color convert

RGB1913845-
CMYK00.800.760.25
HSL357.25º66.81%44.9%-
HSV(B)357.25º80.1%74.9%-
XYZ22.6512.653.73-
YUV84.54105.69203.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.71%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=69.71%
G=13.87%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191384500.800.760.25357.2566.8144.9
HexBF262D0504C19165432d
Octal277465501201143154510355
Binary10111111100110101101010100001001100110011011001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF262D; }

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

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

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

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

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

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

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

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