#BF1F34

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

Shades of Cardinal #BF1F34

Tints of Cardinal #BF1F34

Color information

#BF1F34 (or 0xBF1F34) is unknown color: approx Cardinal. HEX triplet: BF, 1F and 34. RGB value is (191,31,52). Sum of RGB (Red+Green+Blue) = 191+31+52=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F34 is #40E0CB. Grayscale: #515151. Windows color (decimal): -4251852 or 3415999. OLE color: 3415999.

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

Color convert

RGB1913152-
CMYK00.840.730.25
HSL352.12º72.07%43.53%-
HSV(B)352.12º83.77%74.9%-
XYZ22.612.34.43-
YUV81.23111.51206.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.71%
GREEN value IS 31 (12.5% from 255) = 11.31%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=69.71%
G=11.31%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191315200.840.730.25352.1272.0743.53
HexBF1F340544919160482c
Octal277376401241113154011054
Binary1011111111111110100010101001001001110011011000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1F34; }

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

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

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

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

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

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

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

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