#BF203A

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

Shades of Cardinal #BF203A

Tints of Cardinal #BF203A

Color information

#BF203A (or 0xBF203A) is unknown color: approx Cardinal. HEX triplet: BF, 20 and 3A. RGB value is (191,32,58). Sum of RGB (Red+Green+Blue) = 191+32+58=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF203A is #40DFC5. Grayscale: #525252. Windows color (decimal): -4251590 or 3809471. OLE color: 3809471.

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

Color convert

RGB1913258-
CMYK00.830.700.25
HSL350.19º71.3%43.73%-
HSV(B)350.19º83.25%74.9%-
XYZ22.7712.415.2-
YUV82.5114.18205.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.97%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=67.97%
G=11.39%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191325800.830.700.25350.1971.343.73
HexBF203A053461915e472c
Octal277407201231063153610754
Binary10111111100000111010010100111000110110011010111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF203A; }

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

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

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

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

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

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

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

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