#BF0B3A

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

Shades of Cardinal #BF0B3A

Tints of Cardinal #BF0B3A

Color information

#BF0B3A (or 0xBF0B3A) is unknown color: approx Cardinal. HEX triplet: BF, 0B and 3A. RGB value is (191,11,58). Sum of RGB (Red+Green+Blue) = 191+11+58=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B3A is #40F4C5. Grayscale: #464646. Windows color (decimal): -4256966 or 3804095. OLE color: 3804095.

HSL color Cylindrical-coordinate representation of color #BF0B3A: hue angle of 344.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B3A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1911158-
CMYK00.940.700.25
HSL344.33º89.11%39.61%-
HSV(B)344.33º94.24%74.9%-
XYZ22.3711.625.07-
YUV70.18121.13214.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.46%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=73.46%
G=4.23%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191115800.940.700.25344.3389.1139.61
HexBFB3A05E46191585928
Octal277137201361063153013150
Binary101111111011111010010111101000110110011010110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B3A; }

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

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

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

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

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

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

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

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