#BF0E34

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

Shades of Cardinal #BF0E34

Tints of Cardinal #BF0E34

Color information

#BF0E34 (or 0xBF0E34) is unknown color: approx Cardinal. HEX triplet: BF, 0E and 34. RGB value is (191,14,52). Sum of RGB (Red+Green+Blue) = 191+14+52=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E34 is #40F1CB. Grayscale: #474747. Windows color (decimal): -4256204 or 3411647. OLE color: 3411647.

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

Color convert

RGB1911452-
CMYK00.930.730.25
HSL347.12º86.34%40.2%-
HSV(B)347.12º92.67%74.9%-
XYZ22.2611.644.32-
YUV71.26117.14213.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=74.32%
G=5.45%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191145200.930.730.25347.1286.3440.2
HexBFE3405D491915b5628
Octal277166401351113153312650
Binary101111111110110100010111011001001110011010110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E34; }

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

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

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

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

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

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

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

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