#BF1B3A

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

Shades of Cardinal #BF1B3A

Tints of Cardinal #BF1B3A

Color information

#BF1B3A (or 0xBF1B3A) is unknown color: approx Cardinal. HEX triplet: BF, 1B and 3A. RGB value is (191,27,58). Sum of RGB (Red+Green+Blue) = 191+27+58=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1B3A is #40E4C5. Grayscale: #4F4F4F. Windows color (decimal): -4252870 or 3808191. OLE color: 3808191.

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

Color convert

RGB1912758-
CMYK00.860.700.25
HSL348.66º75.23%42.75%-
HSV(B)348.66º85.86%74.9%-
XYZ22.6412.175.16-
YUV79.57115.83207.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.20%
GREEN value IS 27 (10.94% from 255) = 9.78%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=69.20%
G=9.78%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191275800.860.700.25348.6675.2342.75
HexBF1B3A056461915d4b2b
Octal277337201261063153511353
Binary1011111111011111010010101101000110110011010111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1B3A; }

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

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

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

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

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

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

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

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