#BF2933

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

Shades of Cardinal #BF2933

Tints of Cardinal #BF2933

Color information

#BF2933 (or 0xBF2933) is unknown color: approx Cardinal. HEX triplet: BF, 29 and 33. RGB value is (191,41,51). Sum of RGB (Red+Green+Blue) = 191+41+51=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2933 is #40D6CC. Grayscale: #575757. Windows color (decimal): -4249293 or 3353023. OLE color: 3353023.

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

Color convert

RGB1914151-
CMYK00.790.730.25
HSL356º64.66%45.49%-
HSV(B)356º78.53%74.9%-
XYZ22.8812.94.42-
YUV86.99107.7202.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.49%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=67.49%
G=14.49%
B=18.02%

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
Decimal191415100.790.730.2535664.6645.49
HexBF293304F4919164412d
Octal277516301171113154410155
Binary10111111101001110011010011111001001110011011001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2933; }

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

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

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

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

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

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

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

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