#BF203F

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

Shades of Cardinal #BF203F

Tints of Cardinal #BF203F

Color information

#BF203F (or 0xBF203F) is unknown color: approx Cardinal. HEX triplet: BF, 20 and 3F. RGB value is (191,32,63). Sum of RGB (Red+Green+Blue) = 191+32+63=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF203F is #40DFC0. Grayscale: #535353. Windows color (decimal): -4251585 or 4137151. OLE color: 4137151.

HSL color Cylindrical-coordinate representation of color #BF203F: hue angle of 348.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF203F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1913263-
CMYK00.830.670.25
HSL348.3º71.3%43.73%-
HSV(B)348.3º83.25%74.9%-
XYZ22.912.475.9-
YUV83.08116.68204.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 32 (12.89% from 255) = 11.19%
BLUE value IS 63 (25% from 255) = 22.03%
R=66.78%
G=11.19%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191326300.830.670.25348.371.343.73
HexBF203F053431915c472c
Octal277407701231033153410754
Binary10111111100000111111010100111000011110011010111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF203F; }

 p { color: rgb(191,32,63); }

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

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

 a { background-color: rgb(191,32,63); }

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

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

 span { border-color: rgb(191,32,63); }

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