#BF1C34

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

Shades of Cardinal #BF1C34

Tints of Cardinal #BF1C34

Color information

#BF1C34 (or 0xBF1C34) is unknown color: approx Cardinal. HEX triplet: BF, 1C and 34. RGB value is (191,28,52). Sum of RGB (Red+Green+Blue) = 191+28+52=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1C34 is #40E3CB. Grayscale: #4F4F4F. Windows color (decimal): -4252620 or 3415231. OLE color: 3415231.

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

Color convert

RGB1912852-
CMYK00.850.730.25
HSL351.17º74.43%42.94%-
HSV(B)351.17º85.34%74.9%-
XYZ22.5212.154.41-
YUV79.47112.5207.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.48%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=70.48%
G=10.33%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191285200.850.730.25351.1774.4342.94
HexBF1C34055491915f4a2b
Octal277346401251113153711253
Binary1011111111100110100010101011001001110011010111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C34; }

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

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

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

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

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

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

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

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