#BF2833

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

Shades of Cardinal #BF2833

Tints of Cardinal #BF2833

Color information

#BF2833 (or 0xBF2833) is unknown color: approx Cardinal. HEX triplet: BF, 28 and 33. RGB value is (191,40,51). Sum of RGB (Red+Green+Blue) = 191+40+51=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2833 is #40D7CC. Grayscale: #565656. Windows color (decimal): -4249549 or 3352767. OLE color: 3352767.

HSL color Cylindrical-coordinate representation of color #BF2833: hue angle of 355.63º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2833 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1914051-
CMYK00.790.730.25
HSL355.63º65.37%45.29%-
HSV(B)355.63º79.06%74.9%-
XYZ22.8412.834.41-
YUV86.4108.03202.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.73%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=67.73%
G=14.18%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191405100.790.730.25355.6365.3745.29
HexBF283304F4919164412d
Octal277506301171113154410155
Binary10111111101000110011010011111001001110011011001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2833; }

 p { color: rgb(191,40,51); }

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

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

 a { background-color: rgb(191,40,51); }

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

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

 span { border-color: rgb(191,40,51); }

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