#BF1F2F

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

Shades of Cardinal #BF1F2F

Tints of Cardinal #BF1F2F

Color information

#BF1F2F (or 0xBF1F2F) is unknown color: approx Cardinal. HEX triplet: BF, 1F and 2F. RGB value is (191,31,47). Sum of RGB (Red+Green+Blue) = 191+31+47=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F2F is #40E0D0. Grayscale: #505050. Windows color (decimal): -4251857 or 3088319. OLE color: 3088319.

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

Color convert

RGB1913147-
CMYK00.840.750.25
HSL354º72.07%43.53%-
HSV(B)354º83.77%74.9%-
XYZ22.4912.263.87-
YUV80.66109.01206.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=71.00%
G=11.52%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191314700.840.750.2535472.0743.53
HexBF1F2F0544B19162482c
Octal277375701241133154211054
Binary1011111111111101111010101001001011110011011000101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1F2F; }

 p { color: rgb(191,31,47); }

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

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

 a { background-color: rgb(191,31,47); }

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

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

 span { border-color: rgb(191,31,47); }

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